Upper column in Glide Table

Hi everybody,
Is there a possibility to have a Glide Table column with UPPER Function ?
Thank you,
M.V.

Glide doesn’t have a lot of good string functions…yet. You can do it, though, if you create a template column that sources from the column you want to UPPER and create replacement values for each letter of the alphabet that converts the lowercase version to the uppercase version.

1 Like

Adding to what Jeff said, if you simply need to display that text in an UPPER version then just check “All Caps” in the text component.

4 Likes