Jump to content
We've recently updated our Privacy Statement, available here ×

vk01

Members
  • Posts

    107
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by vk01

  1. Hi, how can we show a custom message - like " Report has not data", incase the report has no data? Thanks.
  2. Hi, I need to format the report fields in the report, also I have a group header which is set at another color, this does not appear in the HTML report but shows up in the pdf version. How can I make this appear in the HTML report? Thanks.
  3. Hi, Does anyone have some examples of what goes in the iReports 2.0.2 -> Options -> Export Options -> HTML Exporter -> HTML Header - we have to add the html text? All parts like the the html tags? Also examples of what would be entered in the Footer and between pages. html tags? I did read the iReports documentation but unable to find any examples. Thanks.
  4. Hi, Does anyone have some examples of what goes in the iReports 2.0.2 -> Options -> Export Options -> HTML Exporter -> HTML Header - we have to add the html text? All parts like the the html tags? Also examples of what would be entered in the Footer and between pages. html tags? I did read the iReports documentation but unable to find any examples. Thanks.
  5. Hi, The HTML versions of the report is not taking into account the backgrounds that are using iReports. For our report groups, we have given a grey background which does not appear in the HTML report but does show in the pdf format. why would this not appear in HTML, also is there a way to format this for better appearance, right now it just shows the data. Thanks.
  6. i do have this set on all the subreports. I do have a page break set up between all the subreports, so that each subreport would show on its own page. Would this make a difference?
  7. Hi, If the subreport has no data, would like it not to show up a blank page in the master report. the subreport has the property - "when no data - no pages" set. But it still shows up as a blank page. Even the master report has the same setting. Should something be changed? Thanks.
  8. Ok - just the way you would set the position type to float for all the reports, set the same for the page breaks as well to position type to floats. It worked for me.
  9. vk01

    Syntax check

    Never mind - it got the field from database as BigDecimal by default, I had to change this to Integer. Thanks!
  10. hello - does this look about right - --- (($F{D_S}.equals(new java.lang.Integer(1)))? $F{SECONDS} : new Integer(0)) --- $F{D_S} is an integer with values 1, 2, 3, 4 - i am checking if it equal to 1 then add the seconds - this is within a group.
  11. It is the latest - iReports 2.0.2 I have about 5 subreports within the summary part of the main report. How to add pagebreaks here?
  12. Hi, I had a look at the subreport properties, but nothing points towards display this on a new page in the main report. Can we do this? Thanks.
  13. I mean we have the column header, then the group_header then the details, where the data is displayed. Is there a way to show the group_header, then the column_header, and then the details. Thanks.
  14. Hi, I would like to switch the column header with one of the group by headers, so that the colums names appear closer the data being display, can we do this or is this by design? Thanks.
  15. Hi, Like we compare the equals for a variable that is of type integer how would one compare "not equals"? I did try != but that did not work? Thanks! (($F{ACTIVITY}.equals("OD")) || ($F{ACTIVITY}.equals("SO"))) ? $F{SECONDS} : new Integer(0))
  16. THANK YOU!!!! IT WORKED!!!! Why did this make a difference, setting width to 1? Why didn't setting the position type to FLOAT for the second subreport work? Thanks again!!
  17. subreport-1 - (top,left, height, width) - (21, 10, 0, 0) subreport-2 - (top,left, height, width) - (51, 10, 0, 0) thank you - hoping we can get to the bottom of this.
  18. I have the first subreport-1[10,21] and subreport-2[10,61] coordinates - the data overlaps. any ideas would be much appreciated.
  19. Hi - i only have the subreports in the summary section since i want these results to show at the very end of the main report. there maybe about 10 subreports. I tried using "Position Type - Float" on the second report but was unsuccessful. The data still overlays. you are saying to create like a "dummy report" which holds all these subreports in the detail section. Then add this "dummy report" to the summary part of the main report? I have parameters being passed to the subreport. thank you! Post edited by: vk01, at: 2007/11/09 17:12
  20. would this work the same if the subreports where placed in the "summary" part of the document? I have set the Position type to float for the second report but the data still overlaps. Thank you.
  21. I did set the "Position type" for the the second report to 'FLOAT' but still they are overlapping. Is there any other way to overcome this? I would be adding about 8-10 subreports to this main master report. also - I could not the dummy group-bys since we want these reports to show at the very end of the main report. So, I have been adding these subreports to the "summary" part of document. Thanks. Post edited by: vk01, at: 2007/11/09 12:32
  22. Help!! I have the main report template, which supports two sub-reports, one below the other. They are over-laying the data - one of top of another. I though, once one report displayed data, then it would show the data for the next report - but not. is there a way to do this? I need to display, one sub-report below another sub-report inside the entire report. thanks.
  23. vk01

    Text area

    Hi, I have a tabular report. One of the fields needs to display about 250 characters, how can we fit this in the field? the report has about 6 fields.
  24. Hi - it always seems to default to the 0 value. I have a variable defined as an integer, which should sum up values for the changing group type defined. this is the calculation: ---------- ($F{ACTIVITY} == "Slee" ? $F{DURATION_SECONDS} : new Integer(0)) ----------- Can we evaluate a string comparison if the result is returning an integer? thanks.
  25. I have done that, set most of the document properties to 0, the one not being used, except for tjhe title area. how much height should the master report be set at, in order to display the report? Thanks.
×
×
  • Create New...