Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
madhulatha
Contributor
Contributor

How to find the active dimension from alternate dimension selected

I am working on bar chart and would like to know the dimension selected

5 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Use the function GetObjectDimension().  ie GetObjectDimension(0).

-Rob

madhulatha
Contributor
Contributor
Author

Rob,

I have the GetObjectDimension(0) included in my title and if i change the dimension will the title pick up the dimension name which is selected. I am looking for this functionality even with out applying any filter on the dimension, as soon as you select the dimension from drop down i wanted the dimension name.

Chart with alternate dimensions.jpg

Thanks,

Madhu

madhulatha
Contributor
Contributor
Author

I tested and it is not working. Am i doing anything worng

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

GetObjectDimension() does not work on chart level properties like Title.  It only seems to work on row-by-row stuff like Measures or Color expressions.

-Rob

http://masterssummit.com

http://qlikviewcookbook.com

http://www.easyqlik.com

Harry_FF
Contributor II
Contributor II

Hi Madhu 

I’m having exactly the same requirement, but didn’t found a way to solve 😞 without using any external filters. 
if you found the solution for this pls do Help me . 

-Thanks