Summary problem
Hi,
I need an example of specifying that summary expresion goes through all the
report and not just on current page.
At the moment I have [SUM(<qMaster."zaduzenje">) + <qDonos."zaduzenje">]
In the user manual it says to use SUM(expression,band,flags) and that the
flags needs to be set to 2.
My Memo is on the PageFooter band.
What do I have to write. I tried:
[SUM(<qMaster."zaduzenje">,PageFooter1,2) + <qDonos."zaduzenje">]
[SUM(<qMaster."zaduzenje">,"PageFooter1",2) + <qDonos."zaduzenje">]
[SUM(<qMaster."zaduzenje">,'PageFooter1',2) + <qDonos."zaduzenje">]
[SUM(<qMaster."zaduzenje">,'',2) + <qDonos."zaduzenje">]
[SUM(<qMaster."zaduzenje">,,2) + <qDonos."zaduzenje">]
P.S. Sorry for poor English
Help appreciated
Josko
I need an example of specifying that summary expresion goes through all the
report and not just on current page.
At the moment I have [SUM(<qMaster."zaduzenje">) + <qDonos."zaduzenje">]
In the user manual it says to use SUM(expression,band,flags) and that the
flags needs to be set to 2.
My Memo is on the PageFooter band.
What do I have to write. I tried:
[SUM(<qMaster."zaduzenje">,PageFooter1,2) + <qDonos."zaduzenje">]
[SUM(<qMaster."zaduzenje">,"PageFooter1",2) + <qDonos."zaduzenje">]
[SUM(<qMaster."zaduzenje">,'PageFooter1',2) + <qDonos."zaduzenje">]
[SUM(<qMaster."zaduzenje">,'',2) + <qDonos."zaduzenje">]
[SUM(<qMaster."zaduzenje">,,2) + <qDonos."zaduzenje">]
P.S. Sorry for poor English
Help appreciated
Josko