Here are the relevant fields


[ToDate] +1 logic doesn’t work on report designer ,Any workaround.
Here are the relevant fields


[ToDate] +1 logic doesn’t work on report designer ,Any workaround.
Best answer by lauraj46
Hi
Instead of @today, in the Report Designer you can use the formula =Today() in the Default Value field of the FromDate and ToDate parameter definitions.
On the report filters, the parameters are referenced with the '@' sign. You can specify a formula on the filters by using the Data Field Formula button. The formula for the end date condition would be:
=DateAdd(@ToDate, 'd', 1)
Hope this helps!
Laura
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.