Hi,
I have a form with a grid. The grid is displaying columns from two data sources. The data sources are joined in an outer join resulting in values from the second table can be displayed empty (null).
Now for the tricky part. When a user filters the grid (advanced filter) and enters a criteria that a field from the second data source must be a specific value AX returns those values matching the criteria AND all null values. I dont want it to display the null values (they are not actually matching the criteria, right?)!
How do I achieve this? I have tried writing SQL statements as critera, (FieldName != "") and (FieldName != NULL) etc, but no success.
Thanks in advance,
Olof
*This post is locked for comments
I have the same question (0)