my sort changes once i add a date in the filter. if i remove the date from the filter the sort shows the latest by date created when i add the date to the filter is sort change to QC_LOT_NUMBER ascending and Date Created Descending. ive removed everything except the date but same issue.
does anyone know how i can resolve this issue?
SortByColumns(
Filter(ZZQCLTS
,StartsWith(QC_LOT_NUMBER,LotSearch.Text)
,StartsWith(PART_NUMBER,PartNumSearch.Text)
,StartsWith(COMMERCIAL_PART_NO , CommerialPartSearch.Text)
,If(!IsBlank(DatePicker1.SelectedDate), DateValue( DATE_MANUFACTURED,"EN-us") = DatePicker1.SelectedDate , true)
), "DATE_CREATED", Descending)