I have created a calculated member based on my grand total (left) that I named Second Fee where I say
if (GridValueAt (CurrentRowIndex,CurrentColumnIndex -1 ,CurrentSummaryIndex)
>1 ) then 10 else 6
How can I get a total of this column("Second Fee")? When I right click on the summary it is telling me that the sum is on the value I used to create the grand total???
if (GridValueAt (CurrentRowIndex,CurrentColumnIndex -1 ,CurrentSummaryIndex)
>1 ) then 10 else 6
How can I get a total of this column("Second Fee")? When I right click on the summary it is telling me that the sum is on the value I used to create the grand total???