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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Is it possible to set reference multiple graphs with one click?

Is it possible to set reference multiple graphs with one click?

I work based on this script.

When I repeat the scrip for another graph, the previous stopts working....

Sub setReferenceALL

set Graph = ActiveDocument.getSheetObject("X")

Graph.SetReference

end sub

Sub clearReferenceALL

set Graph = ActiveDocument.getSheetObject("X")

Graph.ClearReference

end sub

Labels (1)
0 Replies