Hello! I am trying to display member profiles on my page but because my members have many different data fields, I only want certain profiles to appear on certain pages. When I found out that there was a dataset filtering function, I was very excited. But later realized that the filtering functionality is very limited, from what I see?
For example, each added filter would be an (“and”) filter but I want to filter if one data point contains this or another data point contains this, so this would be a “or” filter. In the attached screenshot, I am trying to add members to a page where their University input contains “Toronto” either in their first University field or their second University. As long as one of their university field contain the word “Toronto”, I want to grab it in. I’m not sure if this is available at the moment but would be very helpful!
Thanks for your response! I tried using the JS code in the other forum but have a hard time seeing how it would apply for me as I do not have dropdown boxes and want the lines in the table to appear as they are.
Would it be better to use a “contain” code? Can you help guide me further with the code I have? I’m quite lost.
Thanks for your response! I actually would need to create a master list where you can filter the list to see the filtered results using a dropdown. I’m also wondering how I can connect the dropdown with my table under. Also I noticed that the dropdown contain duplicates of one field, how do I prevent this? Can you check my code please?