Trying to come up with a formula to print a specific message if a value is out of tolerance based on the value in another field. I'd like to be able to do a specific value above and below.
example:
if {table.shippingweight} is 200 lbs > {table.plannedweight} else "DO NOT PRINT"
Here is the current formula that I'm using and it works perfectly but need to add the above criteria to the mix:
if ({INVENTSERIAL.KRV_SHIPPINGWEIGHT} = 0 or
{INVENTSERIAL.WATERCAPACITY} = 0 or
{KRV_UNITSPECIFICATION.WASTEWATER} = 0 or
{INVENTSERIAL.LPGASCAPACITY} = 0 or
{INVENTSERIAL.ACTUALOFFLINE} = Date (1900,1,1) or
{INVENTTABLE.LEGALMODEL} = "") then "DO NOT PRINT"
Any help would be greatly appreciated!
example:
if {table.shippingweight} is 200 lbs > {table.plannedweight} else "DO NOT PRINT"
Here is the current formula that I'm using and it works perfectly but need to add the above criteria to the mix:
if ({INVENTSERIAL.KRV_SHIPPINGWEIGHT} = 0 or
{INVENTSERIAL.WATERCAPACITY} = 0 or
{KRV_UNITSPECIFICATION.WASTEWATER} = 0 or
{INVENTSERIAL.LPGASCAPACITY} = 0 or
{INVENTSERIAL.ACTUALOFFLINE} = Date (1900,1,1) or
{INVENTTABLE.LEGALMODEL} = "") then "DO NOT PRINT"
Any help would be greatly appreciated!