Hi All
So the scenario I am faced with is this.
I have a base year dimension in BPC. I have a data manager package that should read the base year and select data from the BPC cube.. there is a retraction on this data to send it back to ECC.
The idea is that I want the user to have a prompt which asks for a base year (which is a dimension in the model), and a version (which is not a dimension in the model). The dynamic script written is attached (CX_RETRACT dynamic script.txt).
The problem I have is:
1. The prompt doesnt come up as one window, but two although the documentation does mention that all prompts are consolidated.
2. The version only shows two drop downs - 20 and 01. Not the rest of them.
3. When I do run the DM package, after the two prompt windows, there is a third prompt which asks for confirmation that the package should be run for the selected base year. However, there is no such confirmation requested for the version. How do I make the system either ask for confirmation of all chosen parameters, or none at all?
4. The script logic in the .LGF file that is referenced here is attached (CX_RETRACT.LGF). As you can see I have done some hard coding. How do I make it dynamic so the parameters written in the dynamic script are actually read into the LGF file.
Any help you guys could provide would be most appreciated.
regards
Shrikant