Hello,
I was wondering how i can filter without showing a status
But only collect the rest?
I like to filter all records without the status "HOLD"
But no idea how to manage it
I get the status from field_15 but no idea what to add
By the way field_15 is a list in our SharePoint list
SortByColumns(
If(StatusHideHold=true;
Filter(
colMyList2; field_3="GET" && field_15=;
Dropdown1_21.SelectedText.Value & " " &Dropdown1_22.SelectedText.Value in MonthValue
)
;
Filter(
colMyList2; field_3="GET";
Dropdown1_21.SelectedText.Value & " " &Dropdown1_22.SelectedText.Value in MonthValue
)
);
"ENDDATE";
)