Skip to main content
Announcements
Qlik Community Office Hours, March 20th. Former Talend Community users, ask your questions live. SIGN UP
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Get active dimension from alternate dimension

Hi,

I have a bar chart in Qlik Sense with alternate dimensions configured. I want to change the chart title based on the selected dimension. Is there a way to get the active dimension of the chart so that it can be used in title ?

Thanks,

Deepika

3 Replies
OmarBenSalem

What I would do is :

Creating an inline table:

For example:

Load * inline [

Dimensions

Article

Customer

]

;

Now, In my presentation,

I'll have a selection field: Dimensions

and in my chrt, as a dimension:

If(Dimensions='Article', "My Article Dimension",

if(Dimensions='Customer', "My Customer Dimension"))

and as a title:

='Dimension is : '&Dimensions:

Result:

Capture.PNG

Capture.PNG

mjamesking
Creator
Creator

Omar,

What extension are you using for your Radio buttons?

Matt

dwforest
Specialist II
Specialist II

Not sure what Omar used, but qsVariable does buttons, select list and sliders