I have a DOM multi-value field called Labels in a Ticket DOM definition that references to DOMInstances of a another DOM definition.
I would like to use this as a filter to display only the Tickets that have a specific label:
- A user selects a specific label from a drop down
- selection is used as a filter in GQI query
- GQI query is shown in a table
However, I cannot find the “labels” field in the GQI query, all other fields are present.
Could it be that multi-value fields are not supported yet?
If so, what is the alternative to achieve what I want without changing the DOM definition (we can’t do this)
Hi Mieke,
Fields that have multiple values, or that are part of a SectionDefinition with multiple sections, are indeed not supported by the core GQI queries. This is because these multiple values cannot be displayed in a single cell. This thus also means that these fields cannot be used in a filter node. If this filtering is needed, an ad-hoc data source will have to be made right now.