I have 2 apps and the same formula seems to be working for my old app but not the new one.
Please can some one help with the right functions? In the app i the date is underlines red. I need help with the below functions
Sort(
Filter(
'Housing Packet',
(StartsWith(Title, TextInput2.Text)
|| StartsWith(LastName, TextInput2.Text)
|| StartsWith(CityFHEPS, TextInput2.Text)
|| StartsWith(EHV, TextInput2.Text)
|| StartsWith("2010E", TextInput2.Text))
&& (IsBlank(DropDown11.Selected.Value)
|| CityFHEPS = DropDown11.Selected.Value)
&& DateValue(Date) >= DatePicker11.SelectedDate
&& DateValue(Date) <= DatePicker12.SelectedDate
&& (IsBlank(DropDown12.Selected.Value)
|| EHV = DropDown12.Selected.Value)
&& DateValue(Date) >= DatePicker11.SelectedDate
&& DateValue(Date) <= DatePicker12.SelectedDate
&& Status.Value = Dropdown55.Selected.Value
),
"ID",
SortOrder.Descending
)

Report
All responses (
Answers (