on ‎2020 Feb 27 7:01 PM
Hi Team,
I am getting below error while running the DM package.I know that the error is because of the Product and Report currency values are not assigned during the dynamic script logic. In the advanced tab, i have assigned all 5 dimension in the prompt line but in the output i am getting prompt only for category, entity and time. I am not sure why Product and Report currency values are not getting. Please advise.
Regards,
Praveen.




Request clarification before answering.
Sorry, but I see very strange advanced DM script!
PROMPT has to be on single line, not on 2 lines!
Also the correct line will be:
PROMPT(SELECT,,,,"%TIME_DIM%,%CATEGORY_DIM%,%ENTITY_DIM%,PRODUCT,%CURRENCY_DIM%")
%TIME_DIM%,%CATEGORY_DIM%,%ENTITY_DIM%,%CURRENCY_DIM% special id's for the specific dimension types.
There is no special id for user defined dimension PRODUCT - have to use name!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Read help about special constants like %CONST%:
Hi Vadim,
Yes both %PRODUCT_DIM% and %RPTCURRENCY_DIM% are changed to PRODUCT and %CURRENCY_DIM% and it worked fine. Thanks for the help.
Regards,
Praveen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Vadim. Issue has been fixed. I just corrected user defined dimension with name.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vadim,
I just placed in 2 lines to make sure all the dimension will be visible in the screenshot.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.