Hi :) It is possible to have page numbers that will obviously be different on each page but i'm not sure that is particularly helpful as it just counts up by 1 so i'm not sure that a macro could really take advantage of that. Regards from Tom :)
--- On Tue, 13/3/12, Andreas Säger <[email protected]> wrote: From: Andreas Säger <[email protected]> Subject: [libreoffice-users] Re: Base and new Report Builder in 3.5 To: [email protected] Date: Tuesday, 13 March, 2012, 11:43 Am 13.03.2012 12:11, Fernand Vanrie wrote: > It would be handy to see some examples of how you make reports with > calc. We have questions on how to Make headers , footers and grouping > somes results ? > > Greetz > > Fernand > Page headers and footers can not have database content unless you write a macro. But even with a macro the header/footer content will be the same on every page. Of course you can have column headers and column footers with additional formulas. Grouping can be done by the database software (SELECT ... GROUP BY ... ORDER BY ...) or by a pivot table (aka data pilot). Pivot tables are database reports. They follow the exact same logic as a SELECT ... GROUP BY ... query. In addition, a pivot table can utilize the horizontal dimension by means of column fields. http://wiki.services.openoffice.org/wiki/Documentation/OOo3_User_Guides/Calc_Guide/DataPilot -- For unsubscribe instructions e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted -- For unsubscribe instructions e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted
