Hello guys
I have 3 Tables Books, Tags and BookTags
It’s a many to many relationship that’s why I have the 3rd table and I don’t wanna do the double work for keeping only two tables.
Now I have a one text input in which the user can Enter either the BookName or BookTag and see the corresponding list of books in a repeating group
Hi there, @YArt… if I understand your post correctly, I believe you are going to have to use an advanced filter on the repeating group’s data source, and that filter might look something like this…
Hi Mike,
thanks for taking the time
I’ve changed the filter to what you’ve suggested but I see no results in the repeating group now, the BookTag table only has 2 columns one is of type: Book, the other is of type: Tag.
in such situation how can I change which columns to appear in the repeating group?
Can you share screenshots of the repeating group setup? I assume you have an element in the repeating group to actually display something, right? Do you have any privacy rules in place that might be getting in the way?
Thanks Mike. the :filtered did exactly what I wanted it to do. as for the the repeating group appearing empty I had the text within linked to another table and when I have updated to ClipTag I forgot to update those.