I have a parameter for run date range in my report. I want the user to be able to enter a specific date range, however I want it to default to current date - 1. The date I'm using is "ACTDTTM". I have tried this with no success:
if {?Run Date Range} <> {?Run Date Range} then
{INTERFACE_LOG.ACTDTTM} = CurrentDate - 1
Can someone please help? Thank you in advance.
if {?Run Date Range} <> {?Run Date Range} then
{INTERFACE_LOG.ACTDTTM} = CurrentDate - 1
Can someone please help? Thank you in advance.