Hi! I have 20 item classes to classify my different types of items, to each item class I have 1-3 attributes which are different factors and values for each class according to the item type, the attributes values are only appropriate to the item class they’re assigned to but not to the others.
when creating a GI for all my items and I need to add my attributes to each item, it prompts me to add a separate column for each attribute, which gets me to a total of 20 columns, while each column is only relevant to its unique assigned item class but for all other items it’ll just be empty, the same thing happens when trying to add a parameter on top to be able to filter on the attribute values it prompts me to create a unique filter for each column with his own values.
I’m wondering is there is a better way of doing this, for example if I can have one column to show different attributes on each line according to that specific item, so I can minimize my GI with just adding 3 columns for attributes.