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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
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