Hey folks, Help! Long story short -got tw...

Hey folks,

Help!

Long story short

-got two tables. โ€œThe Featuresโ€ & โ€œThe Moderatorsโ€, which both have a column named [Moderator].

-Moderator table also has a column named [Status (Moderator)].

-Iโ€™m Using the entries in the [Moderator] column in 'The Moderator" table as an enum list for the โ€œModeratorโ€ column in a form that connected to โ€œThe Featuresโ€ table.

โ€“I would like to dynamically filter the enum list in โ€œThe Featuresโ€ table with the text โ€œCurrent Modโ€ in the [Status (Moderator)] column in โ€œThe Moderatorโ€ table.

-used the following code to so this. I get the โ€œverifiedโ€ check, but has no effect on my list. What am i doing wrong?

=SELECT(The Moderators[Moderator], CONTAINS(The Moderators[Status (Moderator)],โ€œCurrent Modโ€))

Swift help would be highly appreciated

0 2 274
2 REPLIES 2

Your expression should be in the Valid_If field of the [Moderator] column of the The Features table. If it is, I would expect it to work.

thanks for the input @Steven_Coile I shouldโ€™ve mentioned that this was the field i put the expression in previously, so that suggestion doesnt work. Do you, or anyone else, have any other ideas about what the problem could be?

Top Labels in this Space