Subscriber portal
Implements the derived column for the returnQty field.
server public static str returnQty()
The returned string resembles: CASE WHEN t1.inventqty < 0 THEN Abs(t1.inventqty) ELSE 0 END.