on ‎2016 Mar 04 3:35 PM
I have set up a package to import transaction data from a flat file (CPMB/IMPORT). It works perfectly if I designate the destination member in the version dimension in the transformation file:
Version=FORECAST004
However, I would prefer that the user supplies this during the import so I don't need to keep maintaining the transformation file. I have used the SELECT Prompt() Command in the Prompt SECTION of the dynamic script editor to assign the user's selected version to the variable %DESTVER%. Now I would like to use that variable in the transformation file:
Version=*NEWCOL(%DESTVER%)
But the transformation file doesn't recognise the variable. It tries to write to a member called "%DESTVER%".
Is there a way I can achieve this?
Request clarification before answering.
Hi Paul,
It's not possible. You can't pass the information from DM advanced script prompt to the transformation file!
Vadim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 11 | |
| 11 | |
| 4 | |
| 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.