เงื่อนไข IF ELSE
if isnull({@DocNo}) then หรือ <> หรือ not isnull 0 else 1
ตรวจสอบ ว่าค่าต่อไปซ้ำกันไหม suppress
if {@CoilNo}=next({@CoilNo}) then true else false
EX.2
If PreviousIsNull({@LocationKey}) or {@LocationKey} <> Previous({@LocationKey}) then false else true