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

Set Analysis AND??

HI all,

I would like to create a set expression that return:

sales for for all the customers that were in region A in the month of October and in the region B in the month of November.

Amy idea?

fb

1 Solution

Accepted Solutions
martinpohl
Partner - Master
Partner - Master

use this expression:

sum({<Region={A},Month={October}>+<Region={B},Month={November}>}Sales)

Regards

View solution in original post

3 Replies
sunny_talwar

May be this:

Sum({<customers = p({<Region = {'A'}, Month = {'Oct'}>}) * p({<Region = {'B'}, Month = {'Nov'}>})>} sales)

Chanty4u
MVP
MVP

chk dis

Sum({<fileld = p({<region = {'values'},[ month field] = {'monthname'}>}) sales)

Excluding values in Set Analysis

martinpohl
Partner - Master
Partner - Master

use this expression:

sum({<Region={A},Month={October}>+<Region={B},Month={November}>}Sales)

Regards