Drill Down report Hyperlink shows "Birt Report Viewer" title - birt

I have a created a drill down birt report (i.e. a summary report and then a detail report). In my jsp I am using the birt reports tag library to show the reports in a report viewer. In these tags I've set showTitle="false". In the summary report this options works and the title does not show.
But when I click on my drill down link, the detail report shows a title of "Birt Report Viewer" appears. I guess that is a default title and there is a property or parameter in the hyperlink specification that I need to set which I am missing in order to hide that default title.
Can anyone help me with this please.
thanks

Thanks for your top Sundar. After reading it I tried to pass through __showtitle=false in the report parameter screen and it worked. The title no longer displays after hitting the drill through link.
Before this I was unaware of the __notation. I guess that notation is reserved for special birt paramters.

Related

BIRT Maximo possible to add parameter dialog prompt text to individual parameters? Works in ide not in Maximo

In Maximo, using the BIRT ide to develop/modify reports, there is a section to allow the developer to add and modify parameters for the report. These parameters are usually entered by the user at runtime in a dialog. In the ide there are fields for 'prompt text' which appears next to the parameter, but this prompt text does not show up in Maximo. Is there a way to get this to show up in Maximo at runtime, instead of just in the ide at development time? Maximo 7.6.1.0 is being used.
From what you describe, I suspect you haven't generated a request page for your report. Select your desired report from the Report Administration app and use the button name "Generate Request page" to the bottom right of the table in the List tab of said app.
This should fix your problem.
Example screenshot in a related question:
how to generate request pages for multiple reports

Why does my SSRS Reports show the old descriptions?

I have uploaded one SSRS report with a description and another one without a description. When I change/add the description on both reports, for some reason the report that already has a description does not have its description updated. The one without the description however, gets its description updated just fine.
So what I had to do is delete the report from the server and reupload it. This will allow the descriptions to be shown properly.
Why is this happening and is there a configuration setting that I am missing?
Issue re-deploying updated default parameters in SSRS report
Please see the above link and answer from Dining Philanderer (https://stackoverflow.com/users/30934/dining-philanderer)

How to get hyperlinks in BIRT report viewer

Using BIRT 4.2
My database (Postgresql) has many fields with hyperlinks in it and when I am displaying the reports via BIRT report viewer, all the fields which have hyperlinks are displayed as normal text in the BIRT report viewer. I want the hyperlinks to be retained at the BIRT report viewer. How can I achieve this. Please suggest.
Select the corresponding cell and go to the hyperlink property and click on edit and select the URI radio button and click on the javascript syntax button and you will find your column bindings from that select the value of the column and finally you will get the hyperlinks
your url should be like this (http://www.+row["Title"]+.com) if your Title field having google means then your string should be like this ("http://www.google.com").if you didn't append any HTTP means then it will look for the file which is in webcontent folder of your birt.war

Birt : Add bookmarks to Report in PDF Format

Can anyone tell me How to add Bookmarks to the Report generated in PDF format in Birt. Bookmark should be unique.
Get into the design view of that report and then their is tab for bookmarks.U can add from thr.

Crystal Report - Report Header Section

I have created a Report using Crystal Report(Visual Studio 2005 and .NET Framework 2.0). In the Report Header section I have added a TextBox control to display header for the report. But when I execute the application the Text in the Report Header section is not displayed.
What should I do to view the text entered in the report header section?
Thanks in advance!
1) Are you sure you're running the most up to date copy of the report in the application?
The default behavior for the report header and textbox is that they are visible unless specified otherwise.
2) If the report header is being suppressed, it will appear as a darker shade than normally visible sections. If the report header looks to be suppressed, you need to check the Section Expert for the Suppress checkbox associated with the report header section (it can be set conditionally - kill the button next to the Suppress checkbox to see if there's any code. Generally the button text is red if there is any conditional logic).
3) If the report header is visible with no interference, check the suppression logic for the texbox - right click on the textbox, click properties. Same checklist as for the report header.

Resources