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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Can We Write Macro Script In Chart Object Expression

1) This state shows error when i written below statement in Chart Property->General Tab->

Window Title->Expression

if(ActiveDocument.GetSheetObject("CH01").IsMaximized,'Sales Object',

'Sales According Months')

i want to know its possible to write or can we use macro script in chart object expression.

2) Basically i want to do change chart object window name when chart object is minimize or maximize.

Please guide me

1 Solution

Accepted Solutions
Not applicable
Author

Hi

The quick answer is NO. You can't use macros anywhere outside of the "Edit module" window.
You can use a chart title instead, or text in chart. That way the window title will remain the same but obviously the chart title won't be shown when the chart is minimized.

/Fredrik

View solution in original post

2 Replies
Not applicable
Author

Hi

The quick answer is NO. You can't use macros anywhere outside of the "Edit module" window.
You can use a chart title instead, or text in chart. That way the window title will remain the same but obviously the chart title won't be shown when the chart is minimized.

/Fredrik

Not applicable
Author

Ok fine and Thanks.