Hi,
In the report, I have 2 parameters:
1. DateRange, data type is date, User can pick the date range.
2. Permit_Status, data type is String, User can select only one as follow: (Default to "Approved")
- Approved
- Issued
- Pending
In the Record selection formula, I have the following codes:
If {?Permit_Status} = "Approved" Then
{DB.Approved_Date} In {?DateRange}
Else If {?Permit_Status} = "Issued" Then
{DB.Issued_Date} In {?DateRange}
Else If {?Permit_Status} = "Pending" Then
{DB.Pending_Date} In {?DateRange}
The Report does not pick up these condition, is any Expert know why?
Thanks
In the report, I have 2 parameters:
1. DateRange, data type is date, User can pick the date range.
2. Permit_Status, data type is String, User can select only one as follow: (Default to "Approved")
- Approved
- Issued
- Pending
In the Record selection formula, I have the following codes:
If {?Permit_Status} = "Approved" Then
{DB.Approved_Date} In {?DateRange}
Else If {?Permit_Status} = "Issued" Then
{DB.Issued_Date} In {?DateRange}
Else If {?Permit_Status} = "Pending" Then
{DB.Pending_Date} In {?DateRange}
The Report does not pick up these condition, is any Expert know why?
Thanks