1.

Suppose We Want To Display The Total Sum Of A Measure In Row Level Of The Report Block. What Will Be The Solution?

Answer»

We have to use CONTEXT Operator In along with keyword REPORT. This will give the total sum of the MEASURE in row LEVEL(and anywhere in the report).

The EXPRESSION will be like:

Sum( Measure In Report )

We have to use context Operator In along with keyword report. This will give the total sum of the measure in row level(and anywhere in the report).

The expression will be like:

Sum( Measure In Report )



Discussion

No Comment Found