Hi,
I have total 20 gallery tiles in Gallery 1, which means 20 Texts on each tile. Two Gallery text tiles (Font size) need to be resize to the size 12 and 15. The Default text size is 25. I was able to reduce the text size of one tile using below formula, I am not sure how to reduce the size of other tile ? The text in Other Tile that needs to reduce contains "Sys2".Any help is appreciated!
If("Sys1" in Thisitem.System,15,25)
Thanks in advance for your time!
Worked out perfectly. Thank you!!
If(IsMatch(ThisItem.System,"Sys2",Contains),12,
If(IsMatch(ThisItem.System,"Sys1",Contains),15,25))
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
How will it work for changing the text size for "Sys2"(Size 12) including "Sys1" at 15 ?
Use Match function:
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2