In my selection formula, I need to make sure that any value where and Item Vendor's ID is equal to 92054, 96002, or 52705 are not read into the report. So I currently have:
{Item.Vendor_ID} <> "92054"
And
{Item.Vendor_ID} <> "96002"
And
{Item.Vendor_ID} <> "52705"
in the selection formula. Is there an single line statement to do this exact thing?
{Item.Vendor_ID} <> ("92054","96002","52705") ??????
I just can't seem to find anything on this. Thanks in advance.
{Item.Vendor_ID} <> "92054"
And
{Item.Vendor_ID} <> "96002"
And
{Item.Vendor_ID} <> "52705"
in the selection formula. Is there an single line statement to do this exact thing?
{Item.Vendor_ID} <> ("92054","96002","52705") ??????
I just can't seem to find anything on this. Thanks in advance.