Is this possible with a custom column as the column to filter from? The custom column lookup name is "#fictags" so I tried:
Code:
program: list_intersection($#fictags, 'B,C', ',')
of course, replacing "B,C" with the terms I'm trying to filter, but get no results.