so i have a list that i want to filter by the drop down selection, this syntax works in 3 other lists but when applying it to work in this list for some reason when selecting the drop down menu choice, the filtering doesnt actually happen. it stays the same
please help its driving me crazy
SortByColumns(
Filter(
[@'Fix Database PPM'],
StartsWith(
Title,
FixDbsearchName.Text
) Or StartsWith(
'Area/Function',
FixDbsearchName.Text
)&& (Len(FixDbmachineDRP.Selected.Value) = 0 || Machine.Value = FixDbmachineDRP.Selected.Value)
),
"ID",
If(
SortDescending1,
Ascending,
Descending
)
)