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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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

1 Solution

Accepted Solutions
Clever_Anjos
Employee
Employee

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

should work

View solution in original post

4 Replies
Clever_Anjos
Employee
Employee

=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
Employee
Employee

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