Hi Andrew,
1) Create a formula called (@Min)with this code:
if {Qty} <= 0 then 9999
else {Qty}
2) Go to the Section Expert > Details Section > Click the formula button beside Suppress and use this code:
{Qty} > Minimum({@Min})
-Abhilash
Hi Andrew,
1) Create a formula called (@Min)with this code:
if {Qty} <= 0 then 9999
else {Qty}
2) Go to the Section Expert > Details Section > Click the formula button beside Suppress and use this code:
{Qty} > Minimum({@Min})
-Abhilash