Suppress record lines

beatlejus

Member²
Hi,

will there be a feature to suppress record line, e. g. for a sum function? I know that feature from R&R Report Writer.

------------------
--
Rgds,
Norbert
 
I'm not exactly sure what you mean by "suppress record line"? Can you elaborate?

------------------
Marco Kalter
Allround Automations
 
It's a bit difficult, as I have done this in my last job with R&R Report Writer and I do not have access to that here in my new job, but I'll try:
I think, it's a bit equivalent to the Sum/Break function of Query Reporteer. But in Query Reporter there is no way to get _only_ the summary lines. In R&R I could press a button for "Suppress record lines" and only this line has been shown, filled with sums or where only field were mentioned, the fields were filled with the latest field values.
 
If you are not interested in the individual records, you could do that in your SQL query. Just do a select sum(summary_field) group by .

------------------
Marco Kalter
Allround Automations
 
Back
Top