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

Set analysis brackets elements '(Red)'

Hi, I am working on a set analysis and the elements of one field are in brackets like (Red).

I am trying to get:

=Sum( { $ <Colour = { '(Red)' }>} [Value] )

but it doesn't seem to be working.

Has anyone come across similar problem before?

Thanks,

Izabela

Labels (1)
1 Solution

Accepted Solutions
Clever_Anjos
Support
Support

=Sum( { $ <Colour = { '*(Red)' }>} [Value] )

should work

View solution in original post

4 Replies
Clever_Anjos
Support
Support

=Sum( { $ <Colour = { '*(Red)' }>} [Value] )

should work

Not applicable
Author

Thank you!

AlexOmetis
Partner Ambassador
Partner Ambassador

Thanks - that works... but why is this needed?

Qlik Partner Ambassador 2024 & 2025
Clever_Anjos
Support
Support

maybe because '(' should be a special character into searches, * will workaround this