I have two tables, Table 1 & Table 2.
Table 1 consists of one multiselect choices column.
Multi Choices are - A, B, C, D
Table 2 consists of an ID column.
Each record has ID same as - A, B, C, D
I want to display(visible) on those ID from Table 2 in a gallery for which were same as selected from the multi-choice column in table 1.
PLEASE HELP