Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Get only the first character in uppercase

I have a list of name in upper cases and i would like to put them on a table in a sheet but with only the first letter in upper case. 

I tried with Lower but couldn't find a way to put only the first char in upper case

Labels (2)
1 Solution

Accepted Solutions
ggijben
Partner - Creator II
Partner - Creator II

Hi, 

Please try  =Capitalize(<Fieldname>

View solution in original post

2 Replies
ggijben
Partner - Creator II
Partner - Creator II

Hi, 

Please try  =Capitalize(<Fieldname>

Anil_Babu_Samineni

You can even try this?
upper(left(Fieldname,1))&mid(Fieldname,2,len(Fieldname)-1)
Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful