Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
rahulhv1
Creator II
Creator II

Is there any function like Proper in xls?

If i a select dimention as customer name , and if the name is  like  'Example ONE'   it should appera like 'Example One'

3 Replies
agilos_mla
Partner - Creator III
Partner - Creator III

Use Capitalize([YourField])

Michael

ashwanin
Specialist
Specialist

In QlikView this Proper command is performed by function Capitalize, While upper is still same.

You have to put the below in script.

Capitalize ([Customer]) as [Customer]. It will provide you the required format.

luis_pimentel
Partner - Creator III
Partner - Creator III

Use:

     Capitalie(fielname) as fieldanmeCapitalized