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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
henrikalmen
Specialist II
Specialist II

Get first column dimension of pivot table

The Qlik Sense chart function GetObjectDimension(n) returns the nth dimension in a pivot table, where n=0 is the first row-dimension. But what about getting the first column dimension

Let's say I have three row dimensions and three column dimensions in a pivot table. The row dimensions can be retrieved with GetObjectDimension(0..2) and I can get the column dimensions with GetObjectDimension(3..5).

But I can't be sure that there is always a fixed number of row dimensions, and therefore I can't actually get the first column dimension since I don't know what index number it may have!

Is there a solution to this, or is it not possible?

Labels (1)
1 Reply
henrikalmen
Specialist II
Specialist II
Author

It seems this is not possible, but I'll comment my own old post now to bump it and maybe someone will have something clever to say...