I have defined a new variable called "ProductColour" that holds the colour of a product in a form of a list with three choices (a) caramel, (b) brown, (c) black.
Now I want to to obtain the colour of a particular product using its unique ID number. For example in plain English:
Display the colour of product with ProductID number == 25.
What's the right syntax please for expressing this?
Now I want to to obtain the colour of a particular product using its unique ID number. For example in plain English:
Display the colour of product with ProductID number == 25.
What's the right syntax please for expressing this?
Comment