Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

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