Hello, I have Myfield which is smart multi row which has fields ID and AppName
I also have a filter for my confiform. In my table I have two different records that where in Myfield, they have the exaxt same data for the row.
For example,
record A has a row in Myfield with data: AppName1, ID1
record B has a row in MYfield with data: AppName1, ID1
But when I search AppName1, ID1 on the filter for Myfield, I get two different results, and each of the results correlate with a different record.
I want it so that if i select AppName1, ID1, both records should pop up, which currently does not happen.
Any Idea how I can do this?