Repeat Group Question

Pretty basic question here.

I have 3 tables (simplified) with the following relationships.

  • Company_Profile [list of Products, list of Users]
  • Products [list of Product_skus], T-Shirt, Long Sleeve etc
  • Product_skus, Red, Green, Plaid etc

I am attempting to display in a Repeating Group, a list of Product_Skus for the current user. I can either get a list of all skus for all users, or none. I am sure this has been done previous, but with my limited experience struggling a little here.

Any guidance is appreciated.

Thanks

First of all welcome to the forum :slight_smile:
I think we need to improve the database structure. List of x can be dangerous and hard to control sometimes and make harder to prepare the query, also slowdown them. Before this improvement, can you share the repeating group data source please?

This topic was automatically closed after 70 days. New replies are no longer allowed.