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

Nested Aggregation Error

Hi Friends,

I am trying to load a certain piece of code but getting a nested aggregation not allowed error. Can someone help me out?

All:

Noconcatenate Load

'All' as STANDARD_PARTNER_REGION1,
sum([INV On Hand Quantity])/sum(REVENUE_INV) as [INV On Hand Quantity1],
sum([INV List Price])/sum(REVENUE_INV) as [INV List Price1],

Resident Fill_Rate_INV;

Thanks in advance

Rishikesh

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

Guys,

I have figured it out.

There was an extra ')', so i was getting the error.

Sorry for bothering you guys

View solution in original post

1 Reply
Not applicable
Author

Guys,

I have figured it out.

There was an extra ')', so i was getting the error.

Sorry for bothering you guys