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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to show the frequency in the list box's title text

Hi

How to show the frequency in the list box's title text as shown in the below list box.

error loading image

Thanks and Regards,

Rikab

17 Replies
Not applicable
Author

Hi Wizardo!

Yes! I have attached the wrong one. Extremely sorry for that. By the way the solution what you have given seems to be working. But what was the cause for the problem. Why it was showing the manufacturer and item count as same though it cannot be same.

Thanks for your effort!

Thanks and Regards,

Rikab

Not applicable
Author

Replaced with the same given by you but it doesn't seems to be working. Thanks for your effort!

Not applicable
Author

Hi Boss

please check this Expression..

=

count(all contentname) & ' / ' & fieldvaluecount( 'contentname'

thanks

)





Not applicable
Author

=

count(contentname) & ' / ' & fieldvaluecount( 'contentname'

)





Not applicable
Author

Hi 3611!

Thanks for your effort! But both of your solution doesn't work!

Thanks and Regards,

Rikab

Not applicable
Author

This is the one which works!

='Manufacturer ('& count(distinct mfacname) & ' / ' & fieldvaluecount('mfacname')&')'


Not applicable
Author

=count(total contentname) & ' / ' & fieldvaluecount( 'contentname')

Not applicable
Author

This doesn't work also!