Hi team, I have got a this case and I dont know wh...
# gooddata-cloud
u
Hi team, I have got a this case and I dont know why the display_form of the filter is changing. I'm using GoodData 10.30.0 I have LDM field with ID "FIELD_A" with the label ID "LABEL_B" I add a filter "FIELD_A" and display as "LABEL_B" The dashboard initial load with the initiate filter id FIELD_A (display_form.identifier.id) Then I dispatch an event
Copy code
{
   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?
k
New message text here