Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
If i a select dimention as customer name , and if the name is like 'Example ONE' it should appera like 'Example One'
Use Capitalize([YourField])
Michael
In QlikView this Proper command is performed by function Capitalize, While upper is still same.
You have to put the below in script.
Capitalize ([Customer]) as [Customer]. It will provide you the required format.
Use:
Capitalie(fielname) as fieldanmeCapitalized