Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 MarkusG
		
			MarkusG
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi everyone,
i´m not the expert in variable and i don´t get one running.
I made a variable for yesterday and it works, but as soon as i try to calculate with that variable it doesn´t work anymore. can someone help me please?
see attached qvd
Thank you Markus
 StarinieriG
		
			StarinieriG
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
you have to set the variable as date. Try in this way:
=Sum({<Date={'$(=Date($(vYesterday)))'}>}Time)
 StarinieriG
		
			StarinieriG
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
you have to set the variable as date. Try in this way:
=Sum({<Date={'$(=Date($(vYesterday)))'}>}Time)
 MarkusG
		
			MarkusG
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Dear StarinieriG,
thank you it works well.
