Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I'm new to Qlik and was looking to get familiar with the different Syntax. Ineed help with this below expression:
if([COMPLETED AT]>0,if(CREA1='FBIMPORT', if([COMPLETEDAT]>[CreateDate]), if(networkdays([COMPLETED AT], [CreateDate])-1))<=([TransitDays], 1, 0)))
I keep getting an error in the expression.
The Completed At field is the date and time of shipment
The CreateDate field is the date and time the shipment was created
The Transit Days field is the Expected Transit Days it takes for a shipmentto arrive to a destination
Can anyone help me with this expression to make it valid?
Thanks a million!
Oz
Please review the Parenthesis count and order of operation. It seems to be bad.
Besides you need to be careful when converting or manipulating dates.