
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you perform a function similar to "=proper(text)" for a field of data in QlikView script?
I am looking to clear up 'Insured party' by using proper text format like in Excel.
I have over 100,000,000 lines of data and therefore cannot use the 'from' to 'to' function from an Excel spreasheet (as too many rows!) to clear this up and mapp it in the script. I have also used a .csv format and a .txt format with the 'from' to 'to' function and it still doesn't change the cases of the text for insured party in the dashboard.
Does any one know any other ways of doing it?
Many thanks.
John
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HI
Try Capitalize() function
Hope it helps
Please close the thread by marking correct answer & give likes if you like the post.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, how do I use this function on a column from external data (Excel spreadsheet) ?
I have tried Capitalize([Insured Party]) & Capitalize('[Insured Party]') with no success.
Many thanks.
John

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Capitalize ([Insured Party]) as [Insured Party]
