Hello, I need the gallery to only show me the information within a range of dates that the user will select and then filter what he wants within that date range, if I use both codes separately it filters me by date or by the box of text but if I try to make it filter what the user writes inside the text box in the range that is selected then it does not work, what would be the correct way? I leave the code that I am trying to use:
Filter(CarReport;Date>=DTPStart.SelectedDate;Date<=DTPFin.SelectedDate)
&&
SortByColumns(Filter([@CarReport];StartsWith(Lote;txtsearch.Text));"Date";Ascending)