Hi everyone,
I have two galeries each using a sharepointlist for its data.
gallery
The left gallery takes data from here
sharepointlist
I tried the same list in two different variations (Text vs Boolean) for the right galery.
sharepointlist

I want to click on an item in the left galery to filter the right galery.
At the moment I am able to filter the right galery manualy : Filter(Anzeige; 'Preisänderungen' = true)
I set a global variable(onSelect left galery:Set(var1;GallerySzenarien.Selected.Titel)) to replace the "column to filter".
I tried to filter with var1 Filter(Anzeige; var1 = true)
Filter() seems not to work with var1 as an argument. I get the error: A text can not be compared to a boolean.
What should I do? Thanks in advance
Edit: The rows of the first list are the columnames of the second.