Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Action-Packed Learning Awaits! QlikWorld 2023. April 17 - 20 in Las Vegas: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
aashish_ravindr
Contributor
Contributor

Macros Using JScript Qlikview

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

1 Reply
m_woolf
Master II
Master II

Why not use an action to increment the variable? Macros are Bad