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

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

1 Solution

Accepted Solutions
Not applicable
Author

 

Capitalize ([Insured Party]) as [Insured Party]

View solution in original post

3 Replies
MayilVahanan

HI

Try Capitalize() function

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

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

Not applicable
Author

 

Capitalize ([Insured Party]) as [Insured Party]