CartoonDog
IS-IT--Management
Hi gang. I am not concerned with performance, just getting the accurate results. My original report has a range of values that uses this selection criteria:
{CUST_ORDER_LINE.PROMISE_DATE} in {?Due Date}
?DueDate is a Date Range with no default values. The above report selection seems to work fine.
When I attempt to convert it to a web report, I didnt think that there was a way to pass a range value, so I pass two discrete Dates for the range and use the following selection criteria:
{CUST_ORDER_LINE.PROMISE_DATE} in ({?StartDate} to {?EndDate})
This produces a different result than the original report! Any ideas? Thanks
Cartoondog.
{CUST_ORDER_LINE.PROMISE_DATE} in {?Due Date}
?DueDate is a Date Range with no default values. The above report selection seems to work fine.
When I attempt to convert it to a web report, I didnt think that there was a way to pass a range value, so I pass two discrete Dates for the range and use the following selection criteria:
{CUST_ORDER_LINE.PROMISE_DATE} in ({?StartDate} to {?EndDate})
This produces a different result than the original report! Any ideas? Thanks
Cartoondog.