Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Set Analysis Filter Combination ?

Dear Expert,

Qst_QlikComm_20170630_Pic_1.jpg

From the Pivot Table above, I want to filter the data in Unit = A and Month = Jan & Feb.

My expectation is the display should be like this

Qst_QlikComm_20170630_Pic_2.jpg

So, the Total of Jan should be 55, Feb should be 40, and Total of Unit A should be 80.

But, if I use set analysis like Sum({<Unit-={'A'}, Month-={'Jan','Feb'}>} Qty), the result becomes

Qst_QlikComm_20170630_Pic_3.jpg

(Unit A, as well as Jan & Feb, are missing)

Please help me to find the solution for this case.

Thank you.

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Try this.

Sum({<Unit -= {"a"}>+<Month -={"Jan","Feb"}>}Value)

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

6 Replies
MK_QSL
MVP
MVP

Can you provide sample app here?

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Try this.

Sum({<Unit -= {"a"}>+<Month -={"Jan","Feb"}>}Value)

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Anonymous
Not applicable
Author

Yes. Herewith I attach the sample app.

Thank you.

Anonymous
Not applicable
Author

Thank you Kaushik. It works

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Great.

Please mark a post which gave you the right answer as "Correct Answer"

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Anonymous
Not applicable
Author

Great work Mr Kaushik.