Guys,
I know this is very simple, but I am stuck at one point.
I am trying to implement Dense Rank function in my WebI report. I am using the below formula.
=If([Ranking] = Previous([Ranking]) ; [Ranking];(Previous(Self)+1)). Previous (Self) is not taking the previous value, rather it is considering as 0. Please help me with this.