Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi everybody,
I have this expression:
=sum({<_PITR_Base={1}, Tipo = {'Ventas'}>} Cnt_VTA)
I wish to make this Variable:
vTest= <_PITR_Base={1}, Tipo = {'Ventas'}>
So I can use the created Variable in a lot of expressions with Set Analysis.
Wich is the right way to put that variable in the set analysis expression?
Thanks very Much
 
					
				
		
=sum({$(vTest)} Cnt_VTA)
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		May be this:
=Sum({$(vTest)} Cnt_VTA)
 
					
				
		
 swuehl
		
			swuehl
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		In general, when using variables, have a look at
