Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
bluecarbon
Partner - Creator
Partner - Creator

Macro Set Variable syntax

Hi,

    Below is an example script I got from API Guide document on how to assign value "123" to a variable "Variable1".

    Can someone explain me what does true signifies at the very last of the below snippet.

set v = ActiveDocument.GetVariable("Variable1")

v.SetContent "123",true

Thanks,

Rakul.

0 Replies