Hi,
I'm currently developing a report (CRv10) which includes two parameters; date range and region. The region parameter relies on a formula and ideally the report would first search the date range before bringing back the regional information.
I find however, that whilst I make sure the date range appears first in the select statement, it tends to swap around in order and ends up looking like this: {@Region} = {?Region} and {ARRESTS.COMMITMENT_DATE} = {?Date Range} instead of: {ARRESTS.COMMITMENT_DATE} = {?Date Range} and {@Region} = {?Region]. I'm not sure why it does this but am I to assume that the report will first sort/select the region information and then the date range. If this is in fact the case, how do I get it to search the date range first?
Any assistance would be appreciated.
I'm currently developing a report (CRv10) which includes two parameters; date range and region. The region parameter relies on a formula and ideally the report would first search the date range before bringing back the regional information.
I find however, that whilst I make sure the date range appears first in the select statement, it tends to swap around in order and ends up looking like this: {@Region} = {?Region} and {ARRESTS.COMMITMENT_DATE} = {?Date Range} instead of: {ARRESTS.COMMITMENT_DATE} = {?Date Range} and {@Region} = {?Region]. I'm not sure why it does this but am I to assume that the report will first sort/select the region information and then the date range. If this is in fact the case, how do I get it to search the date range first?
Any assistance would be appreciated.