This is the formula that I'm using below. I'mjust basically controlling what PO Number. If the user does not enter a PO then all PO numbers need to display from the {SF_ProductionOverview_TTX.Customer_PO} field, else the {SF_ProductionOverview_TTX.Customer_PO} field must equal the @PONUMBER.
I keep getting a String is required here in the ELSE statement.
if {@PONUMBER} <>{SF_ProductionOverview_TTX.Customer_PO} then {SF_ProductionOverview_TTX.Customer_PO}
else {SF_ProductionOverview_TTX.Customer_PO} = {@PONUMBER}
I keep getting a String is required here in the ELSE statement.
if {@PONUMBER} <>{SF_ProductionOverview_TTX.Customer_PO} then {SF_ProductionOverview_TTX.Customer_PO}
else {SF_ProductionOverview_TTX.Customer_PO} = {@PONUMBER}