Filter problems

You have a data ListView with three filters: two dropdown filters and one rageDatePicker filter. The first filter is based on the "cliente" field and uses "equal to" with the "dropdownCliente" selection. The second filter is based on the "correo" field and also uses "equal to" with the "dropdownCorreo" selection. The third and fourth filters are date filters, where the third one uses "greater than or equal to" with the "dateStart" (which is an appState), and the fourth one uses "less than or equal to" with the "dateFinish" (also an appState). However, your current setup requires at least the first two filters to be used together to filter the information, but you want them to work independently, so that applying just one filter will already filter the data, and applying more filters will further refine it. Can anyone help me with this?

4
3 replies