on ‎2016 Aug 17 12:55 PM
Hi,
I am working on BPC NW 10.1 on HANA and experience substantial degradation of the performance when there is a *LOOKUP function in use. When it is from other models, I am not aware if we can use MDX Tuples to replace LOOKUPS, but when it is in the same model, it is a good option.
Do you know how I can change the following code to MDX Tuples lookup when it is within the same model?.
*LOOKUP PROJECT_PLANNINT
*DIM IN:ACCOUNT = AC_101000
*DIM IN:PROJECT = PROJECT.PARENT //Don't how to refer to member property in MDX Tupple
*DIM IN:CURRENCY = LC
*DIM IN:AUDITTRAIL = INPUT
*DIM IN:CATEGORY = FORECAST
*DIM IN:TIME = TIME.YEAR_INP //Don't how to refer to member property in MDX Tupple
*ENDLOOKUP
//MDX Tuple equivalent will be
([ACCOUNT].[AC_101000],[CURRENCY].[LC]....)
I don't know how I can refer to Member's property like in PROJECT and TIME dimensions. Do you know how?
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 41 | |
| 4 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.