Help

Re: Is there a way to CAPITALIZE all characters in all fields?

1307 0
cancel
Showing results for 
Search instead for 
Did you mean: 
InfoWrangler
6 - Interface Innovator
6 - Interface Innovator

Hi folks,

I’m trying to maintain a uniform look in all of my tables, and one way I see to do that is to capitalize every character in every field. Is there a way to do this?

Thanks in advance,

Shawn

2 Replies 2

The way to keep them all capitalized would be to have a Formula field for each of the input fields that does UPPER({Field Name}). Depending on how many fields you want to do this for, that would be annoying and unwieldly.

You can also trigger an Automation that essentially copies and pastes field values back into their fields by using the modification options on the tokens. One of them lets you make everything uppercase. I would have this triggered off of a checkbox field or something so that the automation is not constantly firing every time you type a new letter.

image

Oh, excellent. I’ll try that out. Thank you @Kamille_Parks ! :slightly_smiling_face: