jasper report studio - how to add line in detail band. A page which has blank detail-band is following - jasper-reports

I am junior web developer in Korea.
I know that you may not understand well what I want to talk about.
Please tell me If I wrote wrong.
I recently use jasper studio for making report like this.
I add border-left and border-right in subreport.
But result is different from what I wanted to do.
Of course I added border-left and border-right in Detail band directly, it made different result as well.
Although this way looks fine, whenever I click preview tab, a page that has blank detail band is following page which is okay.
anybody help me, please :)

Related

Project Server SSRS report - One report dynamically including multiple reports

I am not an expert at SSRS but have played around with it to know my basic way around it but I am stuck on this one. This is for Project Server 2010. I am working on a task to create two reports, and combine them at the end. First report, reportA is for a single project, pulling all of it's information. reportB is for a "Portfolio" of the projects on the server.
I am being asked to create a report of them merged. I guess we will call this reportC. reportC will have reportB at the very top, listing all of the projects and other basic information. If reportB has 10 projects listed, 10 reportAs (having information for every single project listed) and all their information, will be aggregated to the bottom of the report.
I tried looking into subreports but do not think this is what I am looking for because it doesn't look as if subreports can be added dynamically, unless I'm wrong. Any ideas on how to easily complete this? I appreciate any help I can get.
EDIT: Here is an example. No it wont be aligned like that. They gave me their example in Excel. It does not necessarily mean that reportC has to be through Excel. Could this be possible running a script of some kind or similar?
Basic Example
I recently did something very similar myself.
What you could do, is in report A, place a table at the bottom where each row is a sub-report (report B). This would allow for all the passed data (name, report id, etc.) to generate visible sub-reports beneath the origin report.
Then, if you want each sub-report on its own page, you can go under group properties and add a page-break after each group.

Data drops off from crystal reports

I have a report that prints data in different details sections.
In the details b section I have the "Suppress Blank section" enabled in the section expert.
There is no problem when I run the report from crystal (the report preview shows all the data).
When the same report is run from an application where nothing but just conversion of the crystal data into PDF happens, I have some data missing.
However if I disable the "Suppress Blank section", all works fine.
I am not able to resolve this, any help or pointers would be helpful. Couldn't find a similar problem reported online.
I found the solution, it worked after I suppressed each element separately in the detail section when it was blank.

IReport Document Has No Pages

I have encountered same problem 'Document Has No Pages' issue as described in Jasper Reports And IReport Issue. I applied the solution provided in the given link and it started working. I am stuck behind the concept. My main point of concern is, when we are using detail band and we don't give a data query it gives Document has No Pages error. As soon as we give a dummy query in data query, it starts working. Kindly note that, i am using a subDataSet for a table component. That's where IReport generates this issue. Any pointers would be helpful.
Keep in mind that This is not an error but this is how it is configured to do.
This happens when you don't have results to display in the report from the database. But still you can set option what to do in this situation.
In Jaspersoft iReport 5.6.0
1. right click the report
2. Go to properties
3. Find **When No Data**
4. Select one from the options
There you'll see some options as No Section, No Detail, Blank Page, No Data Section, No pages.
Choose the one suits you. -_(--)-_

Crystal report with lot columns across pages

I have report with 21 column and thousands rows.
Question is: Can I display 1-10 column on first page and 11-21 column on second page.
I'm not sure it can be done. There are some options you could try, like a cross-tab report, but usually when I run into this issue I simply set my report page up to display in landscape and then format it accordingly.
Hope that helps,
Chris
EDIT:
SAP came through again. I knew if it could be done at all it needed to be with the use of a subreport. Please see this post which has step-by-step instructions on how to achieve what you are after.

How to print all rows in one page with Crystal Reports

I am using Crystal Reports 2011. I am totally new to crystal reports and reporting tools in general. I just added my data fields to the details section, but instead of showing all the rows in one page, a new page is created for each row. I did not use any grouping or change the section paging settings.
This only happens for a blank report, when using the report wizard it works fine, but I can't see the difference between what I did and what the report wizard did.
The problem seems to have been a mix up with the sections, I've understood how these work now and got it to work. Thanks for the help.
I had 2 details section, so for every row in details1 it also displayed the information of details2 (which I only wanted to appear once). So I moved the data of details2 into a report footer.
Right click on your report and then go to Section Expert check Is Keep togather is checked
or New Page after or before in not checked.
Make sure that "New Page After" and "New Page Before" are not ticked. Also, Adjust the section sizes to the minimum you need.
In general, it sounds like you have a row data, inserted into the page header/footer section instead of the details section and therefore presented in each page...