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: 
Anonymous
Not applicable

Nested Set Analysis??

Hello

Attached is an issue i am trying to resolve and was hoping somebody may have an answer to.

I have two dimensions 'Team' and 'Month' and the following expression;

=IF(SUM({<Month={3}>}Sales)/SUM({<Month={3}>}Calls)<0.3,NUM(SUM(Sales)/SUM(Calls),'#,###%'))

What i want is if the percentage for 'Month 3' for any 'Team' is below 30% then return the results for those teams for each 'Month'.

i.e. 'Teams 101 and 103' have a % below 30% in 'Month 3' therefore i want to display 'Teams 101 and 103's' results for 'Months 1, 2 and 3' and not display 'Team 102' at all.

Many thanks in advance.

Labels (1)
1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached example.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached example.


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

Thank you G Wassenaar, i didn't even think of the AGGR function!!!!