morning all,
could i cast your eyes over the below as I am sure its a quick fix but I can't find the issue in the structure.
CalcTargetDate: IIf( [cmb_GR_servlevel] ="Standard", [dte_datePNGReceived] +10,IIf( [cmb_GR_servlevel] ="Premium", [dte_datePNGReceived] +5,IIf( [cmb_GR_servlevel] ="FastTrack", [dte_datePNGReceived] +2))
I am imply asking that depending on the CMB_GR_SERVLEVEL, I need to calculate the received date +"x".
Any thoughts as I am getting an invalid dot or parenthesis error.
could i cast your eyes over the below as I am sure its a quick fix but I can't find the issue in the structure.
CalcTargetDate: IIf( [cmb_GR_servlevel] ="Standard", [dte_datePNGReceived] +10,IIf( [cmb_GR_servlevel] ="Premium", [dte_datePNGReceived] +5,IIf( [cmb_GR_servlevel] ="FastTrack", [dte_datePNGReceived] +2))
I am imply asking that depending on the CMB_GR_SERVLEVEL, I need to calculate the received date +"x".
Any thoughts as I am getting an invalid dot or parenthesis error.