Skip to main content
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)

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
Champion

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