We have version 8.5.3.936
I have changed a report and compiled the report. The change is the selection criteria.
Selection criteria used:
isnull ({WAVEDETAIL.WAVEDETAILKEY} ) and
(Isnull({CODELKUP.LISTNAME}) or {CODELKUP.LISTNAME} = ["ISOCOUNTRY"]) and
left({ORDERS.STATUS},1) <> '9' and
{ORDERDETAIL.LOTTABLE01} in ["6091", "6092", "6093", "6122", "6122b", "6122c", "6207", "6211", "6230", "6241", "6428", "6554"]
When i have compiled the record and select the .exe file the Modify Selection Criteria is switched on. But I want this to be switched of. How do I do this? When I switched it off, it is switched on the next time I start the report.
I have changed a report and compiled the report. The change is the selection criteria.
Selection criteria used:
isnull ({WAVEDETAIL.WAVEDETAILKEY} ) and
(Isnull({CODELKUP.LISTNAME}) or {CODELKUP.LISTNAME} = ["ISOCOUNTRY"]) and
left({ORDERS.STATUS},1) <> '9' and
{ORDERDETAIL.LOTTABLE01} in ["6091", "6092", "6093", "6122", "6122b", "6122c", "6207", "6211", "6230", "6241", "6428", "6554"]
When i have compiled the record and select the .exe file the Modify Selection Criteria is switched on. But I want this to be switched of. How do I do this? When I switched it off, it is switched on the next time I start the report.