Column totals

Sanjo

Registered User.
Local time
Today, 00:42
Joined
Mar 14, 2012
Messages
62
I have reports that total the figures in a column and displays the total at the bottom of the column. I would like to display the total at the top of the column since the length of the column continues to grow and I would like to see that total before scrowling down to view the various individual entries. No matter how I try the =count(x) always shows an error. Is it not possible to display the total figure at the top of a column instead of at the bottom?
 
It looks like that you have entered the expression (summary functions like Sum(), count() etc.) in Page Header/Page Footer Section. In that case it will end up in Errors. But you can write expressions like: =[Page] & "/" & [Pages] and it will show the result correctly.

The expression must be written in Report Header or Group Header Section above the required column.
 

Users who are viewing this thread

Back
Top Bottom