Answered
Query of Query count(column) returns blank not zero
This appears to be a bug in 7,0,1,116466 and 8,0,1,195765
Query of Query count(column) or count(*) returns blank not zero when there are no matches. Properly returns a number when there are query matches.
e.g. select count(i_id) from PersonnelQuery where i_id < 100
Where does one report these?
Query of Query count(column) or count(*) returns blank not zero when there are no matches. Properly returns a number when there are query matches.
e.g. select count(i_id) from PersonnelQuery where i_id < 100
Where does one report these?
