Is it possible to subtract a datetime field from a discrete parameter which is also a datetime.
ex. my datetime field is BILLED_DATE.
I have a formula @age which is {?Pm-AgingDate}- {BILLED_DATE}
?Pm-AgingDate is a discrete datetime parameter field which when the user runs the report should prompt them for a date to enter.
Then take that - BILLED_DATE.
But when the report is ran I receive this: '' is not a valid date and time.
ex. my datetime field is BILLED_DATE.
I have a formula @age which is {?Pm-AgingDate}- {BILLED_DATE}
?Pm-AgingDate is a discrete datetime parameter field which when the user runs the report should prompt them for a date to enter.
Then take that - BILLED_DATE.
But when the report is ran I receive this: '' is not a valid date and time.