Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a field country, which the names of the countries in lower case. Is there is a way to capitalize the first letter of the country name in Qlikview?
If yes, how?
Thanks,
TA
Simple, in the script .. Capitalize(Country) as Country
BR
Gabriel
Thanks Gabriel for your super fast reply. I got what I was looking for.
Thanks again 🙂
Thanks again. As you explained I got what I was looking for but just curious that if I want to capitalize whole word instead of just first letter. How can I do that?
Thanks,
TA
hi
Use Upper() function
Hope it helps
Thanks a lot buddy. I got what I was looking for. I appreciate your quick reply