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

thiagot

Members
  • Posts

    24
  • 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 thiagot

  1. Hi, First of all, thanks a lot for the reply. One thing, how can I retrieve the reference of the JRViewer within my JasperViewer? So I can get it to call the method addSaveContributor(mySaveContributor). Code: JasperViewer jrviewer = new JasperViewer(print, false); jrviewer.setVisible(true); I can't get the reference to the JRViewer in my "jrviewer". Will I have to change the source of the JRViewer.java and JasperViewer.java? Thanks a lot, Thiago
  2. Hello, I need a hand here. My application is using JasperViewer but his XLS exporter isn't working well. The cells with any pattern (dd/MM/yyyy or ###0,00) comes with a single quote before the value in XLS (like '04/10/1999). I made a code that sets the IS_DETECT_CELL_TYPE to true (exporter.setParameter(JRXlsExporterParameter.IS_DETECT_CELL_TYPE, true) and generated a XLS file with it and worked just fine! :) The problem is that I need to do it using JasperViewer, I must add this parameter to the JasperViewer's XLS exporter. :( Is there any way that can be done? Thanks, Thiago
  3. CBox I have an issue here I added a condition to the Style so it will change only when a text appears new Boolean($F{SERVICE}.equals("text")) I've tested it with Strike Through and underline, its ok But It will not change its color neither change background color Is there anything special that must be set? I already changed the style to opaque and still don't work :(
  4. Hello everyone! Well, I will try to explain my issue, if you don't understand or think I need to specify more, please reply asking for info. I have a report that calls 13 subreports inside it, lets call this the mainReport. I have the first 2 subreports in Title band, cos one is the Cover and another is a Text, its working fine. I made a group to put the other reports in its Header, the group is called subreport. Well, here I have the other 11 reports. Some are just Images, and 2 of em are tables. The first table is ok, wherever I put it, it works, but I have a second table that is comming empty. If I put it in the first line on this header, it shows, if I put it on title it works, but if it goes to its place (bottom of the header) it shows null. I tried checking its data, remaking the subreport, checking the dataset, all is ok! I tried to make a lot of groups and put one in each, didnt work :( Im using an application that send the resultSet to the reports, not the connection. Any clue on this issue? Thanks a lot Thiago
  5. Hey guys, I need a hand here. I created a styled static text and all was going ok, bold italic, everything. But I need one thing, I need to indent paragraphs. like using Tab key. It is not working. I tried using <p> and it doesn't recognize it. "& n b s p ;" isn't accepted too. I noticed that if I use PDF tags it will work for HTML and PDF but if I use HTML tags it won't work on PDF. I need to work on both. Can anyone help me with this? Thanks
  6. Hey guys, I need a hand here. I created a styled static text and all was going ok, bold italic, everything. But I need one thing, I need to indent paragraphs. like using Tab key. It is not working. I tried using <p> and it doesn't recognize it. "& n b s p ;" isn't accepted too. :( Can anyone help me with this? Thanks
  7. Oops sorry I found the answer in another post. Just go to subreports properties, Common tab, set the Position Type = Float :)
  8. I have a main report with 12 subreports inside it Is there a way I can put all together in the same band or do I have to create a lot of groups to have a lot of bands to make it work?
  9. I used a jdbc connection to test it It worked Thanks a lot Apolo
  10. Did you use a CSV file as dataset to make this result?
  11. Oops missed the subreport JRXML here it goes: [file name=teste2.jrxml size=1964]http://www.jasperforge.org/components/com_joomlaboard/uploaded/files/teste2.jrxml[/file] So that makes teste.jrxml the main teste2.jrxml the subreport
  12. Apolo, its not secret cos im just testing before doing the real thing I will attach both jrxml here Im using iReports 1.2.4 Its a simple try to make it work, take a look and help me please :D Thanks for your patience Thiago [file name=teste.jrxml size=2997]http://www.jasperforge.org/components/com_joomlaboard/uploaded/files/teste.jrxml[/file]
  13. Still same result :( The subreport still blank If the subreport has a header, some data in its details and a footer, even the header and the footer will come to the main report? Well anyway, nothing is comming, blank
  14. Im even worse. I can't even make a single subreport work. I created 2 reports, test and subtest, subtest is the subreport Test have in detail band one static text and the subreport that is linked with the .jasper of subtest Subtest only have one static text in his detail band when I run the test, it prints everything except the subreport item, it comes blank. Im using CSV datasource so it runs and fill direct from iReports. Any clue?
  15. We are in a project that demands the page width to be the same of the size of crosstab, and they don't want the crosstab to split cos of the limited crosstab and page width. Well, we tried, tried, tried, and found no solution" Then, by miracle a friend of mine MADE IT! You just set the crosstab right margin to exceed the page marging (yes, it will turn red to show that it's position is invalid but ignore that). Compile and you will see it didn't show any error. Now just try ;) The HTML width will follow the size of the crosstab. The size of crosstab will be large enough to carry any data it has and won't split, so will be the html! Fantastic isn't it? :woohoo: Thiago
  16. Hey guys, I need some help here: I need to put 1 line for each measure in a chart. example: I need a table X axis showing date, Y axis showing quantity and 1 line for shoes, and other line for shirts shoes and shirts would be the column names This table would have 3 columns, date, shoes, shirts For each date, how many shoes and shirts I sold Is there a way I can do it? Note that the tradicional way of making a chart is putting a column (or field) as expression for the series, that would distinct each value and create a line for each Thanks, Thiago
  17. Hi Teodord, I was talking with my boss and we really need this for our project, We need to generate HTMLs without fixed width :( I really need this badly, so, how can I post a request for enchancement about this? Thanks a lot! Thiago
  18. Hi, Is there a way to perform horizontal filling with a field? Like a field $F{number} the result will be: 10 20 2 3 20 40 80 instead of one in each line I know there is possible to divide the report in columns, but that would be a static way. if my datasource has more entries than report's columns, it would go to the next line, I dont want that Is there a way to do this? Ty
  19. Hi, whats your problem? Do you get any error? Or you just dont know what to do? Im working with crosstabs, I might be able to help you
  20. Hi guys, Im working with JasperReports using iReports 1.2.4. My project demands a Web application that will show HTML reports generated by JasperReports. Its all working, the crosstabs and such, but I have one problem. These reports aren't destinated for printing, just to show on screen. The thing is that Im using crosstab on all of em, and I will never know the size of the crosstab cos it depends on the size of the search the user will request on the data base. Then, when the search is huge, the column number is huge too, and the crosstab splits into a lot cos its limited by the report width that carries into exported html width. That has an ugly effect and its not accepted by our client. If the search is huge, we need a HTML that will fit it, no mather the size, and the scrollbar will do the job. Does anyone knows how to solve this? Is there any parameter I can set on the JRHtmlExporter class? Thanks a lot!
×
×
  • Create New...