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