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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

urgent ? - easy

how do i count the number of selections made in a list box? eg. 3 teams teama, teamb,teamc (teama and teamc selected - i want to get a count of 2)

Labels (1)
6 Replies
perumal_41
Partner - Specialist II
Partner - Specialist II

Hi

You Use getselectedcount function . for  example .getselectedcount(Bookingno).

Not applicable
Author

Hi,

Try the following expression inthe title of List box.

='Team '&count(getfieldselections(Team))

SunilChauhan
Champion II
Champion II

use below code in text box

='Team '&getselectedcount(Team)

see the attched file

Sunil Chauhan
Not applicable
Author

Thanks and kind regards,

Stay in touch, Clive

Not applicable
Author

Thanks and kind regards,

Stay in touch, Clive

Not applicable
Author

In the end used:

='Team '&getselectedcount(Team)

Thanks and kind regards,

Stay in touch ..

Clive