I have a gallery (Gallery1). I want to filter Gallery2 based on Gallery1. I am using a filter function in Gallery 2 that looks like this: Filter(Tablename,UNIQUE_ID = Gallery3.Selected.PART_SUB). UNIQUE_ID in the datasource table for Gallery2 and PART_SUB in Gallery1 is the linkage between the two tables. The formula doesn't throw any errors but the item fields in Gallery2 are blank. No matter what I try to do they will not show any data. I am perplexed and and guidance is appreciated!
@Anonymous
Yes, can you post some screenshot, so I can see why is blank and also what's the field type backend SharePoint etc.
@Ramole, it is the gallery items. I am not using a GroupBy.
@Anonymous
What's main Gallery which your trying to filter from, is it GroupBy or in the gallery items
@Ramole, Thank you for your reply. I just tried this: Filter(Z05_Put_Away_Locationss,UNIQUE_ID = Text(BrowseGallery3.Selected.PART_SUB)) and it still did the same thing.
@Anonymous
Try this
Filter(
YourDataSourceName,
Companyxxx = Text(PropertyGallery.Selected.Companyxxx)
)
MS.Ragavendar
10
LC-26081402-0
6
EE-04041031-0
4