Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How can I get the objectid of a chart

I want to just display a chart if it's objectid = variable

eg

vDisplayChart='CH12'

then in CH12 using conditional show

if(myObjectID=$(vDisplayChart),1,0)

where myObjectID is the ID of chart.

I know I could hardcode as in

if($(vDisplayChart)='CH12',1,0)

but would be far neater/easier for copying charts if the formula could pickup the chart's own object name.

0 Replies