Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
How to write setexpression below conditons
if(guid>=1,count(distinct((guid)))/if(Serialno >=1,count(distinct(Serialno))
Thnks,
 
					
				
		
 jonathandienst
		
			jonathandienst
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
Something like this:
Count({<guid={">=1"}>} Distinct guid) / Count({<Serialno={">=1"}>} Distinct Serialno)
Regards
Jonathan
 
					
				
		
its not giving the output
it giving zero value
 
					
				
		
can u provide us a sample Qvw
