Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
ramanarayan
Creator
Creator

Issue with aggr function and dimension

Hi Experts,

stalwar123

When i have only 1 dimension(FRCA_WeekYear as Dimension) and with below one expression

Count(Count(TOTAL DISTINCT Aggr(Customer,FRCA_WeekYear)))

i see below in my pivot.. Which is fine..

Capture1.PNG

When i add one more dimension to this (Calc_FRCA_FR_Category), my number changes as per the addtnl dimension... which is fine... But i dont want my numbers to change i need that to be same as we see above.. Is it possible?

Capture1.PNG

10 Replies
sunny_talwar

May be this?

=Count(TOTAL <FRCA_WeekYear> Customer)

Or this

=Aggr(NODISTINCT Count(Customer), FRCA_WeekYear)