Hello,
I am looking for assistance on how to properly formulate a suppression formula.
The result is that '{OEORDD.QTYBACKORD}<=0;' is being executed while '{OEORDH.TYPE}=4;' is not being executed.
How can I get both values to execute? This formula is placed in the supression formula section of section expert.
Thank you.
If at first you don't succeed, then sky diving wasn't meant for you!
I am looking for assistance on how to properly formulate a suppression formula.
Code:
{OEORDH.TYPE}=4;
{OEORDD.QTYBACKORD}<=0;
How can I get both values to execute? This formula is placed in the supression formula section of section expert.
Thank you.
If at first you don't succeed, then sky diving wasn't meant for you!