mr-dang
Thanks for the solution!
If the titles are the same, all titles(rows) wil have the color
So its better to choose the Unique Identifier
If('Id ({Identifier})'=Gallery2.Selected.'Id ({Identifier})', RGBA(0, 255, 0, 0.1),RGBA(0, 0, 0, 0) )
Use TemplateFill property of Gallery: If(ThisItem.IsSelected, LightCyan, White)
I think you can highlight and select multiple items of a gallery.
Gallery Onselect Property:
Collect(SelectedItems, ThisItem);
Gallery TemplateFill Property:
If( ThisItem.ColumnName in SelectedItems.ColumnName , RGBA(196, 196, 196, 20%), RGBA(0, 0, 0, 0))
For some strange reason I cannot use ThisItem in formula for TemplateSize (it just not appearing in autosuggest and gets red underline when entered manualy )
User | Count |
---|---|
140 | |
133 | |
79 | |
75 | |
74 |
User | Count |
---|---|
210 | |
200 | |
71 | |
66 | |
55 |