Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi All,
I have an expression to calculate a sum:
Eg. Sum(Sales)
I want this expression to disregard selections in the fields A,B but dependent on selections in other fields.
How can I accomplish this?
Thanks,
Neeraj
 
					
				
		
 matt_crowther
		
			matt_crowther
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Set Analysis is what you need.
Search for 'Set Analysis' in the Help file and it will walk you through it - once mastered it's a very useful tool.
Hope that helps,
Matt - Visual Analytics Ltd
 
					
				
		
Sum({<A=,B=>}Sales)
 
					
				
		
I guess it must be like this
Sum({ A=>,B=>} Sales)
Regards
Sravan
edit: oops Dinesh was a bit fast!
 
					
				
		
Thank you Matt, Dinesh, Sravan for the prompt response.
I tried Dinesh's expression and it works
Regards,
Neeraj
