Hello,
Ok, the set up, It’s a database.
The Variables :
-
First Column = Item ID
-
Second column = Media ID
-
Third Column = Vender ID
I have multiple Item ID’s that share the same Media ID. I would like make an interface view where the Media IDs are listed out (but not repeated), and filtered by the Vendor IDs. So far, I cannot seem to find a way to do this without all of the Item IDs that have the same Media ID listing out as well.
I hope this makes sense to someone.
Thank you.