My question is about selecting multiple values from a JIRA INSIGHT Table. The following example will illustrate this –
Table Car has these fields, and I am giving examples below -
Make Model Year Engine Type
VW Polo 2021 Electric
Ford Galaxy 2020 Diesel
Table Manufacturer has these fields –
Make Model
VW Golf
VW Polo
Ford Galaxy
Ford Fiesta
- Table Car the field Make is linked as an object to Table Manufacturer’s Make field.
- When I select the Make of the car from the table “Manufacturer” (e.g. VW Golf) I can only populate that Make field. Is it possible that I can populate both fields (Make and Model) concurrently?
Alternatively, if I select the Make then the data in the Model field of the table Car should only show the models based on the make. In our example, if I select VW, the model field will only show Polo & Golf.