Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi
i hva esome list box with some item
i want to know the count of the list box item
For example:
in this list box the count is 7
Use getpossiblecount(Sport)
You can display this in a text box. The expression =count(Sport) will show the number of items. If you want to count only unique items you can use =count(distinct Sport). If you need the count of items regardless of what is selected in your listbox you use =count({1} Sport)
it will shoe the count of sport in sport table not in list box
this listbox will show some item of the sport table
i want to know the count of item in this listbox
Use getpossiblecount(Sport)
for example in this document i want to know the count of the "test" list box in textbox
how can i do it?
In your example you can use =count({1} {<A = {">4"} >} A) to get the value 3 returned.
thanks Gysbert Wassenaar
sorry
but it does not depend on list boxit will set some condition on my table and count the field
i want to load some data in my listbox with some condition from table
after that i want to count that list box item and for example if the count of the list box item is 2 shopw some note