Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 sagarrahul
		
			sagarrahul
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		hii need a help
just tell me how to count repeated value in below table .
| ICD_CODE_LEVEL1_org | 
| N41.0 | 
| N41.0 | 
| N41.0 | 
| R50.9 | 
| R50.9 | 
| R50.9 | 
| B54 | 
| B54 | 
| S82.1 | 
| B54 | 
plesase help me in this
 maniram23
		
			maniram23
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
You can try this like.
You can take this field "ICD_CODE_LEVEL1_org" in one list box .
There you can select "Show frequency " Option .
Then you know your data how many repeated.
 sagarrahul
		
			sagarrahul
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		its not working
 PrashantSangle
		
			PrashantSangle
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
where this value come from, If you want the output which you said above.
You can achieve it in list box
select field in list box and check show frequency from list box property > general tab
or
add expression count(fieldName)
Regards,
 sagarrahul
		
			sagarrahul
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		max but i want it in my table
