Hello,
I wrote this expression for a slice filter:
COUNT(INTERSECT(SPLIT(INDEX(Search Form,COUNT(Search Form[Unique Id]))," - “), SPLIT(,”/")))>0
It should work like this: user inputs an EnumList (items are divided by " - "). In X column of “Tasks” table which is connected to this slice there are some cells with multiple items divided by “/”. I want to get rows from “Tasks” table that have a common item in the X column with the input.
I found out that this expression works in Test and when the input is the first row of the “Search Form” table.
Do you have any idea what to change so it works every time?
Thanks!