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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to use nested set analysis

Hi,


I have a Scenario anyone can please help me.

when total of sales are to generated at region, Territory, account and BU level (Nested Set Analysis)



Many Thanks

2 Replies
jharke
Creator II
Creator II

Good afternoon Mahi,

Use something like this:

=sum ( { $ < Region={'abc'},Territory={'def'},account={'ghi'}, [BU level]={'jkl'} > } Sales)

See for more information: Set Analysis: syntaxes, examples

sunny_talwar

Not sure I understand your requirement, would you be able to elaborate?