Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
I have the following calculated dimension:

i need to add the following set modifier to the expression:
[New Product Indicator] = 'YES'
How can the above calculated dimension be modified to accommodate the above?
Regards.
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		May be this:
=Aggr(If(Rank(Sum({<[New Product Indicator] = {'YES'}>} Amount)) <= 20, [Drug Name]), [Drug Name])
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		May be this:
=Aggr(If(Rank(Sum({<[New Product Indicator] = {'YES'}>} Amount)) <= 20, [Drug Name]), [Drug Name])
 
					
				
		
Thanks Sunny
