Page 1 of 1

Group Header on every page

Posted: Wed May 28, 2014 5:34 pm
by MrEgg964
Hi,

I have a database hosted on a mysql server, which I access through Base. I'm using Oracle Report Builder to create my reports. I'm new to this, so I haven't found all the tricks yet. I am running Ubuntu.

I have a report based on a query which returns Clients, Activity, and activity details, for any given month (month being a parameter for the query). I am grouping the report by Client, and by Activity.

I'd like to have the Client's name on every page of the report. So far, I have put Client_Name on the Name Group, so for each Client, the name appears where I want it to be. However, if the details span over several pages, the Client's name will only appear on the first page. I tried to Repeat the section, and this repeated the 1st Client's name on every page of the report, whereas obviously I'd like to have the name of the Client for which the details are being dsplayed.

Is there any way to do such a thing?

Thanks