Hello there,
So what I'm trying to do is to display a second gallery by selecting the first one, so I have two SP Lists
List1 I want to display only one column in the gallery which is Category name, and a second column which is only Image to show in the gallery
| Category |
| Category1 |
| Category2 |
| Category3 |
List2: I have 1 column "lookup" type which brings the category from the List1
| Price | Points | Category (lookup) |
| Price1 | 1 | Category1 |
| Price2 | 2 | Category2 |
| Price3 | 3 | Category3 |
So I want to have the first Gallery to show me Categories from List1 but what I want to do is whenever I click on any of the rows I want to have the items from List2 displayed in the second Gallery, but I'm not able to do it since I have 2 different data sources, but I have the lookup column which links both Lists, I'm sorry if I didn't explain too well, let me know if you need more details.
So an example would be, I click on first row in Gallery1 (Category1), I would get Gallery2 containing only with 1 row which would be:
Price Points
| Price1 | 1 |
Thank you


Report
All responses (
Answers (