I have the following formula which I am trying to adapt so it looks at yesterdays date but it saying a string is required here
stringvar rephead;
rephead := "For Delivery on: " + {OrderHeader.DeliveryDate}=CurrentDate -1;
rephead
How can I get the formula correct so the string is correct, thanks
stringvar rephead;
rephead := "For Delivery on: " + {OrderHeader.DeliveryDate}=CurrentDate -1;
rephead
How can I get the formula correct so the string is correct, thanks