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

Set Analysis - Omit Selections from Specific Field

Hello!

Is there any way in Set Analysis to omit the seleccions I make from a specific field?

For example, if my expression is SUM (Sales), if I select a value in the field category, don't recalculate the sum of sales for that field in particular. How could I do that?

Thanks!!

4 Replies
Nicole-Smith

sum({<Category=>}Sales)

Clever_Anjos
Employee
Employee

SUM ({<FieldWantOmit=>}Sales)

Not applicable

Hi,

I have created a document on Set Analysis: http://community.qlik.com/docs/DOC-4951

It may help you.

The answer to yur question was in the 4.1 section (All members). But the answers by Nicole Smith and Clever Anjos are correct and perhaps sufficient.

Fabrice

brijesh1991
Partner - Specialist
Partner - Specialist

nullify that particual field

for example: sum({$<ABC=>}sales)

where we have ignored selection in ABC field