Hello,
I would like to ask for advice on creating an application. I have this gallery filter bound to ComboBoxes. The problem starts when I try to apply a filter to only one of the ComboBoxes. At such a moment, the filter does not work, as if it is waiting for the second one to fill.
Please advise how to solve this problem.
My code is this:
Sort(Filter('Hardware Catalogs';'Item Group' in ComboBox2.SelectedItems And 'Vendor' in ComboBox3.SelectedItems);'Created On';SortOrder.Descending)
THANK YOU FOR ANY ADVICE!