
Creator II
2020-05-29
04:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Error: Nested Aggregation not allowed
Hello guys,
I'm using the following expression on a table chart to collect the Growth Rate, and it's working perfectly:
=rate(3,0,-Avg({<Flag = {'3 Year Ago'}>} LOPP/IGPD)* FirstSortedValue(TOTAL IGPD, -DVPG, 1),Avg({<Flag = {'Current'}>} LOPP/IGPD)* FirstSortedValue(TOTAL IGPD, -DVPG, 1))
My Table chart has the following dimension:
=if(Date(AsOfDVPG)>today(),'',Date(AsOfDVPG))
I'm trying to show the last available Growth Rate, when the user select a specific field. For that I'm trying to use the following expression:
= FirstSortedValue(
rate(3,0,-Avg({<Flag = {'3 Year Ago'}>} LOPP/IGPD)* FirstSortedValue(TOTAL IGPD, -DVPG, 1),Avg({<Flag = {'Current'}>} LOPP/IGPD)* FirstSortedValue(TOTAL IGPD, -DVPG, 1))
-DVPG, 1)
But I'm getting an error: "Error: Error in Expression: Nested aggregation not allowed"
How can I do that?
How can I show the last available Growth Rate on a FieldBox?
In this example, I'm expecting to see the 1.25%.
Thanks
655 Views
2 Replies

Creator II
2020-05-30
05:12 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello folks,
Do you guys have any idea about how can I solve it?
Thanks
613 Views

Creator II
2020-05-31
07:49 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Any idea guys?
599 Views
