Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Save $600 on Qlik Connect registration! Sign up by Dec. 6 to get an extra $100 off with code CYBERSAVE: REGISTER
cancel
Showing results for 
Search instead for 
Did you mean: 
fzalexanderjohn
Creator
Creator

Get value of dimension like Column()?

The function column() is defined like so: 

Column() returns the value found in the column corresponding to ColumnNo in a straight table, disregarding dimensions. For example Column(2) returns the value of the second measure column.

Is there a similar way to get the value of a dimension in a table or chart?

Labels (2)
2 Replies
colinodonnel
Creator II
Creator II

colinodonnel
Creator II
Creator II

[$(=Replace(GetObjectField(0),']',']]'))]

if you want to reference the first dimension in a formula. Ignore any errors