Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
ali_hijazi
Partner - Master II
Partner - Master II

dynamic title in qlik sense bar chart

Hello

I'm new to Qlik Sense

I added to a bar chart several alternate measures

how can I give a title to the chart depending on the selected alternative measure?

please advise

I can walk on water when it freezes
9 Replies
reddy-s
Master II
Master II

Hi Ali,

For dynamic titles ,you can write expressions under Appearance->general-> title.

I am not sure that can expression can help you with this, but if you can have an extension, you can do it for sure.

Thanks,

Sangram Reddy.

ali_hijazi
Partner - Master II
Partner - Master II
Author

I know this but how to get the selected alternative measure; that's the question

I can walk on water when it freezes
edelorme
Partner - Contributor II
Partner - Contributor II

Hi. I would also be interested in other's feedback on this. Other then creating an inline table and using conditional logic to select the dimensions (Can we change the dimension of a bar chart with a parameter in qlik sense?) has anyone implemented a different approach?

Anonymous
Not applicable

I haven't been able how to solve this one myself either.

Anyone? again the idea is that the title (even after a given starting text) on a chart gets automatically adjusted to the alternative measures when selecting them.

shraddha_g
Partner - Master III
Partner - Master III

You can not do this for alternate measure or dimension.

but if it is necessary then you can create buttons with variable and then use that variable value in title.

ogster1974
Partner - Master II
Partner - Master II

Yes using a variable extension like QSVariable you can.  See working example of this approach in attached App.  Need to install QSVariable extension for it to work.

Hope this helps.

Andy

vanand3535
Creator III
Creator III

How to dynamically change the title:-

steps:-

Appereances---> General-------->Title---------->Expression

Title:-

='Sales per Category' & Sum(Sales)

Subtitle:-

='Overall sales' &  Num( Avg(Sales),'#,0')

Footer:-

='Number of Customers' &  Count(Customer)

Note:- I have shown the syntax how to dynamicaaly change titles, sub titles, footer

Notes:-

In my graph:-

Measure--- Sales(Sum)

DImension----Category

vanand3535
Creator III
Creator III

Here I have attached the image where you have to write the syntax to dynamically change the titles, subtitles, footer

Screenshot (520).png

Chanty4u
MVP
MVP

i think recently added this feature in Qliksense

search youtube there is simple example explained by mike.

vivek provided as it is.