Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! 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