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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Case sensitive data

Hi ,

I have a data column name city where we have citynames. This data table having the city names in different cases e.g. Delhi, delhi, DELHI. My qv selection field is treating this as three different citynames, I want to select all the data associated with city - Delhi.

How can I define to treat data irrespective of case sensitive

Thanks

1 Solution

Accepted Solutions
Not applicable
Author

Hi

You can use capitalize(Cityname)

Anders

View solution in original post

4 Replies
Not applicable
Author

Hi

You can use capitalize(Cityname)

Anders

Not applicable
Author

Hi,

You can use the string functions like Upper, Capitalize and Lower to convert in single String format at the script level.

Not applicable
Author

Thanks Anders

Not applicable
Author

thank