cancel
Showing results for 
Search instead for 
Did you mean: 

lower case to upper?

Former Member
0 Kudos

HI I have some data that is stored in lower case.

How do I convert this to upper in the Crystal Report ?

Accepted Solutions (1)

Accepted Solutions (1)

DellSC
Active Contributor
0 Kudos

UpperCase({field})

If you do a search in the Crystal Help you can find this.

-Dell

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Paul,

When you go into the Formula editor in Crystal Reports it gives you list of available Functions if you just expand the String Functions you can see the available functions for String operations of which UpperCase() is one of them that Dell has suggested also you can use UCase()

Regards

Niraj