I would like to combine two or more tables and display those details in the wix page using repeater. So the best approach for this would be creating view for tables. But I didnt find any post related to views. Could any one help me here?
Hello,
From what I understand you would like to populate the information from multiple database collections on one page. In this case, you will need to follow the instructions from the articles below:
About Displaying Content from Multiple Database Collections Using Datasets
If you are referring to something else, please elaborate on the issue and explain the exact actions you are trying to perform. What do you mean by view?
Thanks for your reply. But Iam looking something different. Say I have user and blog details tables and a user can post multiple blogs. And I have to list all blogs along with the user details such as user name and some other personal information’s. The link which you have given might help me incase if my use case is show blogs upon selecting user.