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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Change value of document variable

How do you change the value of a document variable? below doesnt seem to work i presume its just created a new local varable.


Vloadfilter=1
ActiveDocument.Reload 'With Filtered table load

As we dont have intellisense this is harder than it should be is there a reference doc to the object model ?

Cheers
Colin
(Very new User)



2 Replies
Not applicable
Author

Colin you can use

set or let to change the document variable try

Set Vloadfilter = 1; and you can download all the stuff from

http://www.qlik.com/download/

Hope this helps

Talha

Not applicable
Author


ActiveDocument.Variables("variable").SetContent "value", true