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

Announcements
FLASH SALE: Save $500! Use code FLASH2026 at checkout until Feb 14th at 11:59PM ET. Register Now!
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

Labels (1)
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