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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis : Multiple Selections to consider

Hello,

I have a data set as per the table below and Id like to use set analysis to :~

FinYearOrgProjectValue
2013/14AWIDGET10
2013/14AWIBBLE5
2013/14BWIDGET10
2014/15AWILKS5
2013/14BWAKKA10

Selections made :

finYear= 2013/14

Org = A

would return

2013/14 , B, WIDGET, 10

2013/14 ,B WAKKA , 10

I want the data to remain in the selected FinYear , but show all projects  thats Org A did not have a value for ie  projects that A is not part.

I have created :

=Sum({<org=e(org)>}Value)

this gives all values that A was not part but still includes projects that A had values allocated against ...

Hope that makes sense.

Labels (1)
2 Replies
MK_QSL
MVP
MVP

Can you post the expected result as per your description? It's difficult to understand the logic.

maxgro
MVP
MVP

maybe

sum({1<Project=-P(Project),FinYear=P(FinYear)>} Value)