Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
I have 3 columns.i have positive and negative values. how can i perform my operation only on positive values of all the 3 columns.
 prma7799
		
			prma7799
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Share some sample app with expected output.
 Sergey_Shuklin
		
			Sergey_Shuklin
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello!
Depend on what operation you'd like to do.
In set analysis it can be this:
count(distinct {<column_1={">0"},column_2={">0"},column_3={">0"}>}customer_id)
