Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Extension Object

Hi everyone,

I am implementing Write Back functionality using a button as Extension object, I am able to pass the parameters from Qlikview to Extension object but I need to have a vise versa also. Need someone suggestions/help in achieving that.

Scenario: When I click on the Button - extension object, I need to change the variable value from 1 to 0 in qlikview. Please help me out in implementing this change.

Thanks in advance.

Regards,

Santosh Konda.

1 Reply
Anonymous
Not applicable
Author

To set a variable you can do this. (JsDoc Reference - Qv.Document)

Example:

var doc = Qv.GetDocument(Name); OR

var doc.Qv.GetCurrentDocument();

doc.SetVariable(variable name,value to set);