Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 alis2063
		
			alis2063
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I have created the one variable & try to evaluate the equation as below
=Sum({$<Assoc_BookingId={"=Assoc_BookingId=$(vAirBooking)"}>}[#Counter_Booking])
vAirBooking is a variable but it does not work out.
is there some issues. !
 
					
				
		
why you do a double naming of the field?
why not only?
=Sum({$<Assoc_BookingId={"$(=vAirBooking)"}>}[#Counter_Booking])
 
					
				
		
 PabloTrevisan
		
			PabloTrevisan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi ALI SA,
Sum({$<Assoc_Bookingld = {"$(vAirBooking)"}>}[#Counter_Booking])
Don't work ?
 
					
				
		
 manoj217
		
			manoj217
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		=Sum({$<FieldName={"$(=Value)"}>}[Actual field])
