Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
sonikajain
Partner - Contributor
Partner - Contributor

count of values displayed in a list box

Hi all,

A list box displays distinct vales of a column. Please hlep me in displaying the count of values in a list boxfrom the UI.

4 Replies
Miguel_Angel_Baeyens

Hi,

Go to the listbox properties, and check "Show Frequency" in the General tab.

Hope that helps.

Miguel

sonikajain
Partner - Contributor
Partner - Contributor
Author

Thanks...its giving me the no of items displyed...how can I achieve the same in a table.....

Jason_Michaelides
Luminary Alumni
Luminary Alumni

Count(Field) as an expression.

Not applicable

Hi everyone,

since i just experienced this problem:

What I'm gonna do if "Show Frequency" is greyed and therefore not checkable (list box is read only)? Is there a workaround?

Yes, here you are:

You can type in the General tab of the list box as title:

     ='what ever you want to count: ' & COUNT(DISTINCT <fieldname>)

Regards