I am trying to compile an IIF statement with the following conditions but I cannot get the query to run for some reason. any idea what i have done wrong here?
LnPreApprConvDt:iif (LnPreApprFg is null,LnPreApprConvD,is null)
Thanks
I am trying to compile an IIF statement with the following conditions but I cannot get the query to run for some reason. any idea what i have done wrong here?
LnPreApprConvDt:iif (LnPreApprFg is null,LnPreApprConvD,is null)
Thanks
LnPreApprConvDt:iif ([LnPreApprFg] is null,[LnPreApprConvD],NULL)
LnPreApprConvDt:iif ([LnPreApprFg] = NULL,[LnPreApprConvD],NULL)