Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello...
Have an issue with a set analysis.
What I need is the number of repetitions of 1's, 2's, etc...
Would be owesome if that could be in a table...
How many 1, how many 2, and so on...
Calculated dimension : =Aggr(Count(IdDesc), IdDesc)
Exp : =Count(Aggr(Count(IdDesc), IdDesc))
Note : Change the dimension name.
Calculated dimension : =Aggr(Count(IdDesc), IdDesc)
Exp : =Count(Aggr(Count(IdDesc), IdDesc))
Note : Change the dimension name.
Hi
check once using AGGR
like
Aggr( count (fieldname), fieldname)
Fits perfect.! Thanks.!