TM1 Drill to SQL - Can you add extra data to the result set?
Posted: Tue Mar 29, 2011 10:56 pm
I have a great drill through process working and fetching my transactional detail. On my result set there is a field saying which module the transaction comes from (10,11,15 etc). Rather than ferret around someone elses database I'd like to convert this result set into something more friendly using an attribute or lookup cube to convert the codes into text. The result set to look something like
Trans # Source Value
1001 HR (10 in database) 1000
1002 GL (12 in database) 1242
1003 GL (12 in database) 1300
Is this possible within the drill process?
Steve
Trans # Source Value
1001 HR (10 in database) 1000
1002 GL (12 in database) 1242
1003 GL (12 in database) 1300
Is this possible within the drill process?
Steve