Hi everyone,
I have a gallery which shows the name and the school number. I also have a global variable with the number of the school where the user works. So I would like to show only the rows where those school numbers match.
I thought use a Filter function in the property ITEMS of the gallery, however it does not work.
Filter(Declarations; variableCompanyNumber=Gallery2.Subtitle2)
Declarations is the name of my the Sharepoint list data source.
What should I do? Thanks in advance