Hi All
I have a SP dataset that has multiple columns but the two I'm concerned about are Signed Off Status(calculated column) and ID (unique identifier given by SharePoint to an item)
On a single gallery i want to filter by only showing items that are "Unresolved" from Signed Off Status and when searched in the text input box by ID.
I can get this to work on separate galleries using the following item filters
Filter('Weekly Vehicle Checks on TW Vehicles',SearchWeeklyFailure.Text = ID)
Filter('Weekly Vehicle Checks on TW Vehicles','Sign Off Status' = "Unresolved")
But i cant get this to work on one single gallery
Can someone assist with what im doing wrong?