Ultron Khanh
10/10/2025, 1:50 AM{
type: 'GDC.DASH/CMD.FILTER_CONTEXT.CHANGE_SELECTION',
payload: {
filters: [
{
attributeFilter: {
attributeElements: {
uris: ['valB', 'valB'],
},
displayForm: {
identifier: LABEL_B,
type: 'label',
},
negativeSelection: false,
},
},
],
resetOthers: false,
},
}
And then the filter is changed to attribute_filter.display_form.identifier.id = "LABEL_B"
Is this consistent on the filter displayForm identifier handle?kapa.ai
10/10/2025, 1:50 AM