I have the following Filter...
Filter('Safety Good Catch Items',
(Status.Value = statusRadio.Selected.Value || statusRadio.Selected.Value = Blank()) ||
(statusRadio.Selected.Value = Blank() && AssignedToDN = Dropdown1.Selected.FullName)
)
My want is that data is Filtered by...
statusRadio.Selected.Value (if selected) OR
statusRadio.Selected.Value (not selevted), then Filter where SP AssignedToDN = Dropdown1.Selected.FullName OR
statusRadio.Selected.Value (not selected) AND statusRadio.Selected.Value (not selected) => All records
The radio Button portion is working. I can Filter or show all records. The AssignedTo dropdown is not.
AssignedToDN is a text field updated by a Flow when a record is created.
Dropdown1 is the result of a Filter for a different SP List

Report
All responses (
Answers (