I have an issue where I'm trying to pass a date offset from a text file into a Crystal report task.
Example of the text file:
AN<tab>Name<tab>2
I can pass the first 2 columns in as parameters, but this does not work for the date range field.
{DATENOWADD(Days|{LOOP(CurrentValueXArray,2)}|yyyy-MM-dd)}
I had to change the date field to {DATENOWADD(Days|2|yyyy-MM-dd)} in order to get the task to take it.