My current selection criteria:
record Selection Formula
not ({RM00101.CUSTCLAS} in ["50IC", "50R", "50W", "IC"]) and
{Sales Trx History.VOIDSTTS} = 0.00 and
{Sales Trx History.SOPTYPE} in 3.00 to 4.00
group selection formula
{Sales Trx History.GLPOSTDT} in {?Date Range}
When I add {Sales Trx History.GLPOSTDT} in {?Date Range} to the record selection formula, only the first date of my date range is returned in the report.
My current group options sort and group by Sales Trx History.GLPOSTDT in ascending order, the section prints for each day.
My first goal is to clean up the report and only pull from SQL the date range requested by the user. The second goal is to add data (order count, net sales, gross profit, gross margin & average net order) to the right from a last year during the same date range.
How do I limit the scope of the data grab from sql to the date range and then pull data from last year as well?
TIA
Jason
record Selection Formula
not ({RM00101.CUSTCLAS} in ["50IC", "50R", "50W", "IC"]) and
{Sales Trx History.VOIDSTTS} = 0.00 and
{Sales Trx History.SOPTYPE} in 3.00 to 4.00
group selection formula
{Sales Trx History.GLPOSTDT} in {?Date Range}
When I add {Sales Trx History.GLPOSTDT} in {?Date Range} to the record selection formula, only the first date of my date range is returned in the report.
My current group options sort and group by Sales Trx History.GLPOSTDT in ascending order, the section prints for each day.
My first goal is to clean up the report and only pull from SQL the date range requested by the user. The second goal is to add data (order count, net sales, gross profit, gross margin & average net order) to the right from a last year during the same date range.
How do I limit the scope of the data grab from sql to the date range and then pull data from last year as well?
TIA
Jason