Row and column headings on crystal reports - crystal-reports

I am using the crystal reports 2008 version.
I need the column headers to stay on top while scrolling down the data. The column headers are present in the page header section. Is there a way to get this done?

I don't believe that this is possible in CR. What you might have to do is export your report to Excel so that you can freeze the headers there.

Why don't you add a group, something innocuous, and mark 'Repeat Header on each page' in the Change Group dialog.

Related

Jasper reports : How to repeat table header in each pages

I am working with jasper report where some tables i am using to show data as usual. I want to repeat my table's header in every page. I know column header will resolve my requirement but still i want to repeat table header instead of column header. is that possible?
I need to show two header i mean first two row will be header of that table. i was thinking if i can use table header and column header both and can repeat both in every page.. Plz help if anyone already face same things
Actually i got a way which meet my requirements. jaspersoft studio has a option to create group header which is available under table's dataset. there i have created a group and got an property "Reprint header on each page" check mark that option then added columns under that group in table section.
And finally its working properly as i was expecting.. thanks for your time

Crystal Reports Data Formatting Issue

I inherited a report where when you run it, the data will be divided into two columns and four rows on one page. I am wanting to change the format so it displays like a basic report where it's just rows listed straight down on the page. The report is below. I am using Crystal Reports 2008 version 12.3.
Report Design:
Report Preview:
Right click in the gutter of the Details section and choose Section Expert...
Clear the Format with Multiple Columns checkbox

Crystal Reports Group Header edit

I'm trying to figure out how to change or edit Group Header titles in Crystal Reports. Group Header title is pulled from sql and I only have two Group Headers and it's the second one I need to edit. It reads SEP which is pulled from data table, but for reporting purpose I'd like it to read Separate Accounts. Group Headers are not text objects, so I don't know how to edit. Thanks.
click on the group Tab then Properties
so you can change the name
What version of Crystal Reports are you using? Exactly how do you want to edit the titles?
In the grey area of the designer, right click on the group you want to edit, select change group and look for 'Customize Group Field Name'. Depending on what version (I am looking at Crystal 2011 right now), you can choose another field or Use a Formula as a Group Name. I think that the latter should suit your needs. Create a formula (you will have to know how to use Crystal formula logic) to modify/append your groupname tiles.
Alternatively, you could make title changes in the SQL itself using SQL functions, CASE statement, etc.
I hope this helps

a SSRS 2008 problem:How to off freeze pane

I have a SSRS 2008 Report and whenever exported to excel by default it's top rows become freeze.I don't want so.how can i?
The renderer will always freeze whatever rows it produced from the Header of your SSRS report. I don't think you can avoid the freezing unless you remove the Header section of your report.
There is, after doing some research, a Device Information flag for SimplePageHeaders, which
Indicates whether the page header of the report is rendered to the Excel page header. A value of false indicates that the page header is rendered to the first row of the worksheet. The default value is false.
Maybe you can use that to prevent the report header from showing up in the Excel document at all. There is another SO post that sort of describes how to reconfigure the Excel renderer on the server (or create a custom one) that will omit the header using the SimplePageHeaders device information flag for Excel.

Crystal Reports Cross Tabs Growing Into Each Other

I have a report with several crosstabs in the report header. The problem is that some of them grow down into the ones below them. Is there an option to have each crosstab dynamically determine its starting position based on the end of the previous one?
create multiple report header sections and put one crosstab in each