Hello, I need help with a thing, I need to get different values using different listbox, the problem is that when I select two or more different values, the List start only using the last value clicked. If you have a solution about how to get all the values depending on the clicked values.
For example on the video we can see 3 values "Nissan", "Honda" and "KIA", all of these have different codes, in the middle list box, we can see the codes, the problem is that I can't keep all the values whe I select two or three values.
As you can see in here, I'm using this code:
Filter('Administración SR1'; Cuenta.Value = ListBox1_3.SelectedText.Value)
But I need to use this form, because I need to select more items and the forme selected.Value is just for one:
Filter('Administración SR1'; Cuenta.Value = ListBox1_3.Selecteditems)
The problem is that Is incompatible
Here's how I actually use it:
