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

List box Items display count

Hi All,

I want to display the total count of the  list box .

below image is attached the same way i want to display..i am unable to find out the option

can some one help me on this? I  am very new to qlik.

Thanks..

Sunil

13 Replies
sumanta12
Creator II
Creator II

Hi Sai,

Please write the expression in Title section of List Box.

='Branch  '&Count(Distinct Branch)  & '/' & Count({1} Distinct Branch)

Capture.PNG

Anonymous
Not applicable
Author

Thanks ..its working...

Anonymous
Not applicable
Author

Thanks Jonathan....

Anonymous
Not applicable
Author

Thanks Ahmar..