Hello everyone,
I have this problem I can't solve
There elements I working on look like this
Area Brand
A001 Brand1
Brand2
A002 Brand3
Brand4
Brand5
A003 Brand6
Ok, so I have a ComboBox you can select the Area but is possible to select more than one and then I need to show all the brands that are in these areas
In that case how I can filter to make it show the brands of the areas selected?
I read somewhere I should use the operator In but is not working, there a problem that says it may not work when working with a big group of data (in spanish: Advertencia de delegacion. Es posible que la parte resaltada de esta formula no funcione correctamente en conjunto de datos de gran tamaño)
The synthax Im using is this
Filter(Data source, column name in combobox.selecteditems.column name)
Any idea?
Thank you in advance