I have a field "x" with data : "3 and 4" for respective customers
I want the next date to be calculated for 1 year if the customer with x field is 4 and calculate 2 years if the field"x" is 3.
Right now to just calculate all the date with interbval of 1 year i have entered as
[LastTestDate]+364 but it calculates 1 year for all and does not satisfy the condition for customer with field x as 3
I want the next date to be calculated for 1 year if the customer with x field is 4 and calculate 2 years if the field"x" is 3.
Right now to just calculate all the date with interbval of 1 year i have entered as
[LastTestDate]+364 but it calculates 1 year for all and does not satisfy the condition for customer with field x as 3
Comment