hi,
i have been trying to modify a report at work to display either Pass or Fail for 2 date fields. I have the customer due date and then the actual date we booked out the order. I already have the following formulae:
{Part.Product_Grp} = {?Customer prefix} and
{Stock_Trans_Log.Tran_Type} = 12 and
{Stock_Trans_Log.Trans_Date} > {?Start Date} and
{Stock_Trans_Log.Trans_Date} < {?End Date} and
{SO Items.Due_Date} in {?Start Date} to {?End Date}
I would like to add something like:
if {Stock_Trans_Log.Tran_Type} >= {SO Items.Due_Date} then "fail" else "pass"
i am not sure the best way to add this to the above formulae, i already know that the above text wont work.
I would like to have a field on the report stating the pass or fail text.
Can anyone suggest anything?
i have been trying to modify a report at work to display either Pass or Fail for 2 date fields. I have the customer due date and then the actual date we booked out the order. I already have the following formulae:
{Part.Product_Grp} = {?Customer prefix} and
{Stock_Trans_Log.Tran_Type} = 12 and
{Stock_Trans_Log.Trans_Date} > {?Start Date} and
{Stock_Trans_Log.Trans_Date} < {?End Date} and
{SO Items.Due_Date} in {?Start Date} to {?End Date}
I would like to add something like:
if {Stock_Trans_Log.Tran_Type} >= {SO Items.Due_Date} then "fail" else "pass"
i am not sure the best way to add this to the above formulae, i already know that the above text wont work.
I would like to have a field on the report stating the pass or fail text.
Can anyone suggest anything?