I’m trying to do a if sentence within my grid data. I’ve got the grid “dishes” containing “dish” and a multi select defining paper size “A4, A5, A6 etc.”.
Now I want to only show dishes:dish where dishes:paper contains ex. “A4”. But I cant figure out how to do it – or if its possible?!
I’ve tried several things like this one:
{dishes}
{if dishes:paper *= "A4"} {dishes:dish}
{/if}
{/dishes}