I want to force a null value if the name of a specific field is say, "APPLES", because I need to calculate an average on the outcome, and I want to exclude "APPLES".
Is this possible?
If {sp.name}="APPLES"
then NULLVALUE
{sp.REQFIELD}
Is this possible?
If {sp.name}="APPLES"
then NULLVALUE
{sp.REQFIELD}