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 analisis

Hi Qlikcommunity. I need exclude a field.

I am trying set analisis.

EJ.
I have:

Colors
Red
Red
Red
Red
Blue
Blue
Blue
Black
Black

I need:

Colors
Red
Red
Red
Red
Black
Black

My expression is: 

COUNT

(~Colors = {'Blue'} >}Cant)

But this does not work

Can they help me?

Thank!!!

1 Solution

Accepted Solutions
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Check with -= Which is used for excluding the give values.

     Count({<Colors-={'Blue'}>} Colors)

Celambarasan

View solution in original post

3 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     Check with -= Which is used for excluding the give values.

     Count({<Colors-={'Blue'}>} Colors)

Celambarasan

Not applicable
Author

Great, this works.

Thank you very much!.

Ivan.

spsrk_84
Creator III
Creator III

Hi ,

u can also try like this

Count({<Colors=Colors-{'Blue'}>}Colors)

Thanks,

Shiva