Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 anonymous1
		
			anonymous1
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		hi ,
im trying to write a set analysis expression to count all the items at a site, regardless of selections made. i cant seem to get my expression correct:
if ([SITE_TYPE]='Site',count({1}ITEM))
when i make another selection the graph changes, can anyone see what im doing wrong?
 
					
				
		
 sergio0592
		
			sergio0592
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 
					
				
		
 sergio0592
		
			sergio0592
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Try with
=count({1<SITE_TYPE={"Site"}>} ITEM)