nsdodgers Posted September 18, 2019 Posted September 18, 2019 Hello, I have a text field with a number of ID's separated by a carriage return and am in need of help creating a portal filter to return all of the child records that have IDs that are in the list of IDs. I have been working on using pattern count to no avail. Thanks for the help!
comment Posted September 18, 2019 Posted September 18, 2019 Try: not IsEmpty ( FilterValues ( Child::ID ; Parent::ListOfIDs ) ) Although I am not sure why you can't simply use the two fields as the match fields for the relationship.
Recommended Posts
This topic is 1949 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now