Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Detach Multiple Charts

Hello

Is it possble to detach multiple charts in one action preferably via a button, could this work via a macro or a bookmark and if so how could i make this work on a report which I want to use for defferent selection criteria?

Jon

3 Replies
Miguel_Angel_Baeyens

Hello Jon,

It's available in the API

ActiveDocument.GetSheetObject("CH01").Detach


Depending on your application, you may create a for loop in a macro taking the object id for each chart you want to detach.

Hope that helps

Not applicable
Author

Sorry , but what does API mean?

Jon

Miguel_Angel_Baeyens

Hi Jon,

API code is used in the Module editor (Control + M), and further information about it is on the APIGuide.qvw file under your Documentation folder. You will see this referred as macros, as opposed to the QlikView script and expressions.