Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 Olya
		
			Olya
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi all,
I have a question: e.g. I have different dates in a format "YYYY-MM-DD". However, I would like to show in a list chart only values which are not older than "2000-01-01". Is it possible to make this selection in a list chart or I can do it only in a back-end?
Thanks
 Taoufiq_Zarra
		
			Taoufiq_Zarra
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		maye be in dimension :
if(YOURDATE<='2000-01-01',YOURDATE) and Supress when value is NULL
 Taoufiq_Zarra
		
			Taoufiq_Zarra
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		maye be in dimension :
if(YOURDATE<='2000-01-01',YOURDATE) and Supress when value is NULL
