Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

PROPER

Is there a function that I can use in the loads script that I can us in the load script that will tidy up my data in a field.

e.g

proper(FirstName) as FirstName

therefore a name that is like gAVin returns back as Gavin

I am aware of the upper function

1 Solution

Accepted Solutions
Or
MVP
MVP

Try using the Capitalize() function - this will capitalize the first letter of every word, which is what you'd want for things like names and titles.

View solution in original post

2 Replies
Or
MVP
MVP

Try using the Capitalize() function - this will capitalize the first letter of every word, which is what you'd want for things like names and titles.

Not applicable
Author

How can i capitalize only the first letter of the first word?