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: 
Not applicable

using upper function in set analysis

Hi,

I am trying to use upper function in set analysis but I am not able to do this. Can you please guide me how to do this

sum({<upper([Leave Type]) = {'SICK'}>} [Hours Left])

The upper function in above expression is not working. Can you please tell me how do we use such functions in set analysis

Regards

Arif

Labels (1)
2 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

May be this

Sum({<[Leave Type]={"SICK"}>} [Hours Left])

Using double quotes will compare both upper and lower case.

nagarajupinnibo
Creator
Creator

Will the double quote fetch both the upper and lower case data and sum it? I don't think it works. Can you explain with more details?