Hi everybody!
I'm using Crystal Reports 10 Pro Edition.
I have defined a formula :
f = if not isnull(table1.field1) then table1.field1 else table2.field2
After a few pages where this formula really seems to work, at some point it stops working, from that point C.R. doesn't even sort properly the records even the GH1 is = {@f} and sorting criteria 1 = {@f}
table1, table2 are tables in a SQL Server 2000 database, they are properly connected, I really don't understand what's going on .... :-(( Any help is more than welcome ...
I'm using Crystal Reports 10 Pro Edition.
I have defined a formula :
f = if not isnull(table1.field1) then table1.field1 else table2.field2
After a few pages where this formula really seems to work, at some point it stops working, from that point C.R. doesn't even sort properly the records even the GH1 is = {@f} and sorting criteria 1 = {@f}
table1, table2 are tables in a SQL Server 2000 database, they are properly connected, I really don't understand what's going on .... :-(( Any help is more than welcome ...