Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
anushree1
Specialist II
Specialist II

AGGR irrespective of the year selected

Hi,

I have a requirement wherein i need to calculate averages for 3, 5, 10 year in text boxes and this leads me to use aggr function as i would need to calculate sumproduct on each year. But the problem is that when a selection on year is made the value gets messed up even though i have passed year=, modifier in the set analysis due to the usage of aggr function.

So would like to know if there is any way to solve this.

if not can i ensure that the user is unable to make any year selections on this particular sheet alone.

1 Solution

Accepted Solutions
sunny_talwar

Do you use {<Year =>} in the outer aggr function also?

Sum({<Year = >} Aggr(......, ....))

View solution in original post

2 Replies
MK_QSL
MVP
MVP

What expression you have used?

Can you provide it here?

sunny_talwar

Do you use {<Year =>} in the outer aggr function also?

Sum({<Year = >} Aggr(......, ....))