I have an ER Report that is working fine with the following filter on a record
Filter(TableRecords.DirPartyLocation,TableRecords.DirPartyLocation.PostalAddressRoles="Remit to")
but I need to change the filter to show the record that contains the value "Remit to" and not where it is = (Equal)
I have tried the following but it returns an error
Filter(TableRecords.DirPartyLocation, Contains(TableRecords.DirPartyLocation.PostalAddressRoles,"Remit to"))