Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
jleberre
Contributor II
Contributor II

Remove a selection in a set analysis

Hello

I would like to remove a selection in a field using a set analysis:

- Count({<Customer>}Product) works (the selection in 'Customer' is removed)

- Count({<Customer=>}Product) doesn't work. But this syntax works with other fields. The problem occurs with only one field.

Any idea about what could be the problem with this field?

Regards

4 Replies
pathiqvd
Creator III
Creator III

Try This,

=count({1}Product)

Chanty4u
MVP
MVP

it wil work

Sum({$< [customer]= > } Product)

jleberre
Contributor II
Contributor II
Author

[Customer]= works thank you, it is a good idea

And note that I've tried again Customer=, and it is ok now

But can you explain this "quirk" of syntax?

Chanty4u
MVP
MVP

it will ignore the selections

Just FYI -  $ sign is for the current selections, but If you put 1 instead of $, you will ignore all selections.