Hello
I am trying to expand on my gallery filtering to now include date picker options as well as my Drop down to sort by Status but not having any luck
This is what i am using everything works fine before the 2nd IF(startDate.SelectedDate I want the user to be able to select a range of dates to show items if the status and modified date are between the 2 date pickers.
SortByColumns(
Filter(
ServiceRequest,
Department=Office365Users.MyProfile().Department,
IsBlank(StatusSelector.Selected.Result)=true Or Status.Value= StatusSelector.Selected.Result
,If(StartDate.SelectedDate)= "Modified" || "Modified" = EndDate.SelectedDate),
"{Identifier}",
Ascending
)

Report
All responses (
Answers (