Hello all, I need some assistance with a saved search: In a report showing sales of an item, I only want the price to appear for the preferred vendor.
Under the criteria, I am using formula(numeric)
case when {vendor} = {othervendor} then 1 else 0 end
with greater than or equal to 1
but when I submit the search, it gives me an error:
Your formula has an unrecognized field in it. Please go back and correct the formula and resubmit.