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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
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

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