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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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

0 Replies