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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to Show the selection in Chart

Dear All,

I have a requirement where I need to calculate Weighted Average for each of the selection and need to display every selection in Chart.
Please find the enclosed image to get a clear picture of requirement.

Thanks in advance,error loading image

2 Replies
prieper
Master II
Master II

You may include under Properties -> Presentation -> Text in Chart the function GETCURRENTSELECTIONS for all selections being made or GETFIELDSELECTIONS for one specific field.

HTH
Peter

marcel_olmo
Partner Ambassador
Partner Ambassador

I want to add that if you have more than one selected values, I always use the function Concat to show all the selected values as a title of the Chart.

I do it like this :

Concat({$} DISTINCT MyField , ',')

Hope it helps!!