Filter table based on another table
Posted: 2020-10-30 02:40
Hi fellow Appgineers
Lets say a user is looking at a table 'recipes' and he finds one that he likes, to prevent the trouble of always searching for this recipe he wants to favorite this recipe, how would you go about setting that up? I can't create a favorite field and mark that recipe record as his favorite because other members might wanna favorite that same recipe too, would yo create a separate table to keep track of all favorite recipes? and even then how would you filter table 'recipes' just to show his favorites given that you're filtering the table 'recipes' using 'favorited' table data, any help is appreciated, thank you.
Lets say a user is looking at a table 'recipes' and he finds one that he likes, to prevent the trouble of always searching for this recipe he wants to favorite this recipe, how would you go about setting that up? I can't create a favorite field and mark that recipe record as his favorite because other members might wanna favorite that same recipe too, would yo create a separate table to keep track of all favorite recipes? and even then how would you filter table 'recipes' just to show his favorites given that you're filtering the table 'recipes' using 'favorited' table data, any help is appreciated, thank you.