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: 
Not applicable

Dynamic graph title

Hi all,

I've got an histogram with a drill down dimension. I'd like to have a title which shows the following statement

"Top n prices"

where n is the number of selections I make into the graph with the mouse.

This value must depend on drill dimensions obviously.

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

='Top ' & GetSelectedCount([$(=GetCurrentField(MyGroup]))]) & ' pieces'


talk is cheap, supply exceeds demand