AndersonCJA
Programmer
I am using Crystal reports XI, sql server 2005 db
why won’t the selection criteria stay in the order that I place it? For example, when I save my report, exit and re-open, line 2 will be at the bottom.
I change it back to what it is below, but it will not stay that way.
Line 1:
(isnull({table1.field1}) or {table1.field1} = "N" or {table1.field1} = " ") and
Line 2:
(NOT ISNULL({table1.field2}) OR {table1.field2} > DATE(0,0,0)) and
Line 3:
(isnull({table2.field1}) or {table2.field1} = 1) and
Line 4:
{table1.field2} <= currentdate and
Line 5:
{@formula} = "Y"
Thank you
why won’t the selection criteria stay in the order that I place it? For example, when I save my report, exit and re-open, line 2 will be at the bottom.
I change it back to what it is below, but it will not stay that way.
Line 1:
(isnull({table1.field1}) or {table1.field1} = "N" or {table1.field1} = " ") and
Line 2:
(NOT ISNULL({table1.field2}) OR {table1.field2} > DATE(0,0,0)) and
Line 3:
(isnull({table2.field1}) or {table2.field1} = 1) and
Line 4:
{table1.field2} <= currentdate and
Line 5:
{@formula} = "Y"
Thank you