Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
stabben23
Partner - Master
Partner - Master

Exclude value from other feild

Field1
10
11
12
13
14
Field2
12
13
14
Final result
10
11

Hi, i have problem to exclude values from an other field. I want to use Field1 as Dimenssion but i want to reduce the Feild with values from Field2. I do need both Fields and this is not a join issue in script. It has to be done in the layout.

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Try something like this as dimension:

=aggr(only({<Field1 -= p(Field2) >}Field1),Field1)

View solution in original post

2 Replies
swuehl
MVP
MVP

Try something like this as dimension:

=aggr(only({<Field1 -= p(Field2) >}Field1),Field1)

stabben23
Partner - Master
Partner - Master
Author

Thanks for fast and correct answer, use "suppress when value is null" to hide the excluded values value.