This topic is locked

PHPRunner 9.8

10/25/2017 9:32:01 AM
PHPRunner General questions
L
LandonH author

I have an application that has
ORDER BY COUNT(CASE WHEN wostatus in ('appr','wmatl','paused') AND ((reghours <='0') OR (reghours is null) Or (compdate is null)) THEN 1 ELSE NULL END) desc, linenum
Works great up to PhpRunner 9.7
Does Not Work in 9.8
Wondering why.
Thanks

Landon