SOLVED
Making the data to uppercase
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Pramod91
8 - Asteroid
‎07-23-2020
04:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How can I change the data in columns from lowercase to uppercase. Example of data:-
Assessed
Recommended | Recommended
NA
NA | NA | NA
Solved! Go to Solution.
1 REPLY 1
16 - Nebula
‎07-23-2020
05:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Pramod91
Simply add a regular Formula tool and use the following expression:
Uppercase([Field1])
Where [Field1] is the field that you want to make upper case.
If you want to do this to multiple fields at once, use a Multi-Field Formula tool with this expression:
Uppercase([_CurrentField_])
and use the check boxes at the top of the configuration window to select which fields to make upper case.
