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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
saumyashah90
Specialist
Specialist

Upper Case All fields

Hi .

I have 100 fields to pull.

i want to use Select *,
i want to do upper case for all at once?

Can we do it?

Labels (1)
1 Solution

Accepted Solutions
Chanty4u
MVP
MVP

5 Replies
Anonymous
Not applicable

You can use Upper(FieldName)?

saumyashah90
Specialist
Specialist
Author

I dont want to do it for single field name.

I want to make it for all together

Chanty4u
MVP
MVP

Upper(fieldname)

or

prior to the Load statement.

Force Case Upper;

Anonymous
Not applicable

I do not think so, it would be possible....

You have to define it for every field one by one...

Chanty4u
MVP
MVP

chk disup-1.pngupper.png