Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
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?