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