Hi All ,
I need to create a qlikview Macro using JScript .
The macro should be able to do the following
- Accept the value from a qlikview variable and store it in a JScript variable
- Increment the value of the Jscript variable by 1
- Store the updated value back into the qlik view variable
While i can do the increment logic in JScript i am not able to accept and update the qlik view variable
While this can be implemented using VB Script, what would be the code for implemting the same in JScript ?
Thanks