I’ve got a categorized column with a multivalue field, lotus notes creates a new category for each field’s value.
Example: if the field contains the values “blue, red”, lotus notes create two categories: “blue” and “red”; and if the next field contains the values “blue, green”, lotus notes create two new categories “blue” and “green”, the finish result is four categories:
-blue
-red
-blue
-green
I want to have only three categories (blue,green and red), anyone can help me? thanks