Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Hi,
Go to the listbox properties, and check "Show Frequency" in the General tab.
Hope that helps.
Miguel
Thanks...its giving me the no of items displyed...how can I achieve the same in a table.....
Count(Field) as an expression.
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