Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hallo!
In the attached example I'd like to show the rows of the pivot table only if the sum of the credits for a single customer is greather than its thresold: can someone help me to set the set_analisys formula?
Yhank you very much.
 
					
				
		
 swuehl
		
			swuehl
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You can try like attached, checking in all your expressions if the sum(Credits) is applicable, e.g. in first expression of your sample
=if(column(2), sum(Invoice))
 
					
				
		
 swuehl
		
			swuehl
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try something like
if(Sum(Credit)>Threshold,sum(Credit))
 
					
				
		
Well, you're right...the sample I gave is an extraction of my table which contains more fields in the expressions, so I think have to set the condition in the dimension field with the set_analysis. I apologize if I didn't post the correct example the first time.
Now I attached it.
Thank you.
 
					
				
		
 swuehl
		
			swuehl
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You can try like attached, checking in all your expressions if the sum(Credits) is applicable, e.g. in first expression of your sample
=if(column(2), sum(Invoice))
 
					
				
		
Very good!! Thank you very much.
