Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All
how to bring a calculated field column total into next column ???
for example
column 2 is a calculated field the total value 3735.32
column 2 total should be come into column 3 as 3735.32, is it possible ???
Hi
No, it do not believe that it is possible to read the total value from one column. You can recalculate the total by using an Aggr expression:
=Sum(Aggr(...the expression for column1..., ...table dimension(s)...))
Just place the column 1 expression and dimensions in the expression as shown.
Hope that helps
Jonathan