Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi
You can use capitalize(Cityname)
Anders
Hi,
You can use the string functions like Upper, Capitalize and Lower to convert in single String format at the script level.
Thanks Anders
thank