SouthernRed
Technical User
- Jan 27, 2004
- 10
Have a scheduled report with only one parameter. Want to feed it today's date whenever it is scheduled to run. Easiest way ?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
{table.date_field} =
switch
(
{?Schedule Type} = "Recurring", CurrentDate,
{?Schedule Type} = "On Demand", {?Data Date}
)