infinitizon
MIS
Hi everyone,
I'm working on a report portal and I encountered an Issue.
I want users to be able to leave any of the parameter blank. I've tried this for the three major fields I have.
What does anyone think I can do?
All responses are highly appreciated.
I'm working on a report portal and I encountered an Issue.
I want users to be able to leave any of the parameter blank. I've tried this for the three major fields I have.
Code:
[COLOR=red]
if IsNull({?End Date}) then
{rectReport.Call date} in DateTimeValue('1753-01-01 00:00:00') to CurrentDateTime
else {rectReport.Call date} in {?Start Date} to {?End Date}
and
if IsNull({?Engine Down}) then
{rectReport.EngineDown} in 0 to 1
[/color]
All responses are highly appreciated.