Hello,
I have a class with a "Unique" index (pxfactidIndex) on a %Numeric property (pxfactid) (partially-edit code snippet below):
PropertyAs%Library.NumericI see the following odd behavior when counting how many records have that property set to null:
- The first query (17) returns the number of records in the table. The 2nd query (18) returns what I expect: all records have non-null values for that "pxfactid" property. However, when I run the 3rd query (19) which counts all records with non-null values in that field, I get a much smaller, unexpected, number.
.png)
.png)


.png)
.png)
%20(4).jpg)


