on ‎2015 Aug 17 8:30 AM
Dear All,
Need urgent help!
I need to execute DEFAULT.LGF for ONLY certain input form/schedule. How can I do that? My boss says it is possible using DIM property or something like that. He did not explain on how. I can't think of any solution for this.
Is there any system variable which contains the input form? And, branch the execution code based on this file name?
Have already written to the forum on this and as I did not get any suggestion, I am writing again and the reason is : I am desperately looking for a solution for this requirement amidst tight schedule.
And, I am sorry to write again on this.
Thank you,
Peri
Request clarification before answering.
HI Peri,
As you mentioned there is no way to trigger DEFAULT.LGF to a specific Input Form/Schedule as you needed because if you write your script in DEFAULT.LGF then every time when ever you click on "SAVE DATA" in any Input Form/Schedule this "DEFAULT.LGF" will be triggered.
But there is another way to achieve your requirement that is by using "VBA/MACROS" you can Insert a Button in your Input Form/ Schedule for which you are needed & in the VBA you can mention the specific DM package which is specific to your Input Form/Schedule ....
Thanks & Regards,
Aravind.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Peri,
"I need to execute DEFAULT.LGF for ONLY certain input form/schedule. How can I do that? My boss says it is possible using DIM property or something like that. He did not explain on how." - please tell your boss that he is not understanding the idea of default.lgf ad BPC in general...
Sorry,
Vadim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Peri,
There is some way you can try to make unique dim name in logic script use member property in your logic script or you can use user defined variable in your logic script.When the script is running it can read specific combination.
khokan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 11 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 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.