Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
MindaugasBacius
Partner - Specialist III
Partner - Specialist III

P() and E(). Set analysis

Hello,

There is a code:

Load *

Inline [

Sale, Supplier, Category

1, RA112, A

2, RA112, B

3, RA112, A

4, RA114, A

];

Screenshot_1.jpg

There is a locked filter Category that I would like to ignore while other filters should remain.

The final TextObject result should be 6.

Thank you!

1 Solution

Accepted Solutions
skovsgaard
Contributor II
Contributor II

Hi

The following expression should give you the correct result.

sum({$<Category = >}Sale)

View solution in original post

2 Replies
skovsgaard
Contributor II
Contributor II

Hi

The following expression should give you the correct result.

sum({$<Category = >}Sale)

PrashantSangle

or nullify that selection.

like this

=sum({<Category=>}Sale)

Regards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂