Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 vikas_nandanwar
		
			vikas_nandanwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
I am creating a variable name  - IssueToFinalLT
Definition - 
=IF(([Final Date]-[Issue Date])<3,'< 3 Days',
IF(([Final Date]-[Issue Date])<5,'3 to < 5 Days',
IF(([Final Date]-[Issue Date])<8,'5 to < 8 Days',
IF(([Final Date]-[Issue Date])<15,'8 to < 15 Days','> 15 Days'))))
All my data is getting grouped under '> 15 Days', and i am not getting the error.
Please help
- Vikas
 
					
				
		
 laujerry
		
			laujerry
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		i think we cant tell anything without your data
we do not know whether the expression is reflecting the truth or it shows sth wrong (not as you expected)
 
					
				
		
 vikas_nandanwar
		
			vikas_nandanwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi there,
I am attaching data excel for your reference.
 
					
				
		
 jonathandienst
		
			jonathandienst
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Your expression looks OK if used within a suitably dimensioned table. Have you tested replacing the variable with the actual expression? Are they both valid numeric date values?
If either of the dates is null for that row, the expression will return >15 Days.
 
					
				
		
 vikas_nandanwar
		
			vikas_nandanwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Yes the date are valid dates and returns a numeric value if calculated individually.
but when used in variable, it returns with  >15 Days only
pleas find attached data file for the same
 
					
				
		
 laujerry
		
			laujerry
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		try removing the equal sign at the beginning of your variable expression
