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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
lucarizziero
Partner - Contributor III
Partner - Contributor III

"Generate LogFile" setting in Document Properties

Hi all,

Is there a way to set the "Generate LogFile" on/off using a macro ?

Thanks

2 Replies
kji
Employee
Employee

prop = ActiveDocument.GetProperties
prop.GenerateLogfile = 1 or 0
ActiveDocument.SetProperties prop

lucarizziero
Partner - Contributor III
Partner - Contributor III
Author

Perfect: thanks