Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Using GetObjectField to get the Name of the Alternative Dimension in the title

I have a chart in Qlik Sense with multiple Alternative Dimensions.

I want to display the name of the Current Dimension in the chart title.

Using GetObjectField(0) to get the name of the "active" Dimension does not work, it returns nothing.

My formula for the title is ='blablabla by' & GetObjectField(0)

Anybody any ideas why this doesn't work?


Remark: Using GetObjectField(0) in a table as a measure does work but outside a measure it doesn't.

1 Reply
marcus_sommer

Maybe you could use this workaround for getcurrentfield(): QLIK SENSE: $(=GetCurrentField(Time)). Further you could try to add a second parameter with the ID of your dimension, like: getobjectfield(0, 'CH01') - in QV 11 is this possible but within the help of QV 12 is only one parameter mentioned.

- Marcus