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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
nag78936
Contributor III
Contributor III

$ filed Exclusion

 

sum({ <
OrderYear = {2022},
Country = $::Country,
EmployeeName =$::EmployeeName
>}Sales)

i am getting - 1.0M CORRECT

sum({ <
OrderYear = {2022},
Country = $::Country,
Category = $::Category
>}Sales)
I am getting -923.3k Wrong (i Should get same before selection.)

There is no selection in any filter pane

Why i am getting wrong after adding category in modifier

nag78936_0-1726549732455.png

 

Labels (1)
4 Replies
tresesco
MVP
MVP

Are you using alternate states? I see a difference in EmployeeName in set analysis

nag78936
Contributor III
Contributor III
Author

No,Alternate states

I just testing filed exclusion

i should get same output,if nothing is selected in filter pane

Start schema with 100% subsetration

nag78936_1-1726553994468.png

 

nag78936
Contributor III
Contributor III
Author

There is one Blank row in Category filed
will that impact result?

 

tresesco
MVP
MVP

If you are really trying for exclusion, $::field - is not for exclusion. Instead, that is for current selection in default state. For exclusion, you try like :  Sum({<Category=,>}Sales)