Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Do you know analog command UCASE (SQL) in QlikView?
All letters should be capital.
For example:
before asdfgh after ASDFGH
Thanks,
Then use the first example...Upper(<Field>) as Field.
That would be done best in script as; Upper(<Field>) as Field, and yields ASDFGH.
Capitalize(<Field>) as Field would yield Asdfgh.
HTH,
John
Thanks,
But I need all letters capital
Then use the first example...Upper(<Field>) as Field.
Thank you so much