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

v2cg4ss

Members
  • Posts

    11
  • Joined

  • Last visited

v2cg4ss's Achievements

Apprentice

Apprentice (3/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. Does one exist? A link to the site would be great.
  2. some example code for the last post would be nice, if anyone got this technique to work can you post an example
  3. When I export my report which uses some column header text that is rotated right on the HTML output the text is horizontal which then throws off the column header to the detail line.
  4. I have a lot of columns to display on one report on a single detail line. I cannot figure out how or the best way to split the detail line on multiple pages: Page 1 col1 col2 col3 col4 col5 Page 2 col6 col7 col8 col9 col10 Page 3 col1 col2 col3 col4 col5 Page 4 col 6 col7 col8 col9 col10 so on and so on. Can this be done with two sub-reports in one detail band? How????
  5. I have a lot of columns to display on one report on a single detail line. I cannot figure out how or the best way to split the detail line on multiple pages: Page 1 col1 col2 col3 col4 col5 Page 2 col6 col7 col8 col9 col10 Page 3 col1 col2 col3 col4 col5 Page 4 col 6 col7 col8 col9 col10 so on and so on. Can this be done with two sub-reports in one detail band? How???? Post Edited by v2cg4ss at 01/20/2010 15:08
  6. I have a JTable in my Swing GUI app and I'm trying to figure out with JR and IReport how to create a report that will have the columns be dymamic. Hence a crosstab that without the totaling, basically print the JTable contents as detail lines and column headers. I cannot design a report template with a fixed set of columns and Dynamic Jasper is an issue since it does not support the latest JR (Cannot go back...) So how can I create a report to print dynamic column jtables in JR??????
  7. I have a JTable in my Swing GUI app and I'm trying to figure out with JR and IReport how to create a report that will have the columns be dymamic. Hence a crosstab that without the totaling, basically print the JTable contents as detail lines and column headers. I cannot design a report template with a fixed set of columns and Dynamic Jasper is an issue since it does not support the latest JR (Cannot go back...) So how can I create a report to print dynamic column jtables in JR??????
  8. I finally did get the csvdatasource to work in 3.5.2. First I have to remove the empty datasource, when I ran the report it was picking up that datasource. Secondly, the record/row/line termination radio button keeps getting set to "Other". So I have to keep going into the DS properties and make sure it is set to linux '\n'.
  9. I did get the csvdatasource to compile and run in IReport 3.0.0, so there seems to be an issue with 3.5.2
  10. reproduced the problem with IReport using the JR csvdatasourcereport, I get the following filling error: Error filling print... Unknown column name : id net.sf.jasperreports.engine.JRException: Unknown column name : id at net.sf.jasperreports.engine.data.JRCsvDataSource.getFieldValue(JRCsvDataSource.java:172) at net.sf.jasperreports.engine.data.JRSortableDataSource.<init>(JRSortableDataSource.java:123) at net.sf.jasperreports.engine.fill.JRFillDataset.initDatasource(JRFillDataset.java:612) at net.sf.jasperreports.engine.fill.JRBaseFiller.setParameters(JRBaseFiller.java:1235) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:865) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:833) at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:89) at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:628) at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:544) at com.jaspersoft.ireport.designer.compiler.IReportCompiler.run(IReportCompiler.java:923) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986) Can someone help with this issue????
  11. I am using the following csv file in Windows: Col1, Col2, Col3 a, b, c d, e, f g, h, i j, k, l I can define the DS fine however I am having the following issues: 1. The field list is not initialized properly unless I use the unix row terminator. (this is fine just seems strange...) 2. The report wizard does not see the fields until I go into the report query and get fields from datasource. 3. Once I place the fields in the detail section and run the report I get the following: Error filling print... Unknown column name : Col2 net.sf.jasperreports.engine.JRException: Unknown column name : Col2 at net.sf.jasperreports.engine.data.JRCsvDataSource.getFieldValue(JRCsvDataSource.java:172) at net.sf.jasperreports.engine.fill.JRFillDataset.setOldValues(JRFillDataset.java:822) at net.sf.jasperreports.engine.fill.JRFillDataset.next(JRFillDataset.java:786) at net.sf.jasperreports.engine.fill.JRBaseFiller.next(JRBaseFiller.java:1425) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:112) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:911) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:833) at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:89) at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:628) at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:544) at com.jaspersoft.ireport.designer.compiler.IReportCompiler.run(IReportCompiler.java:923) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986) Print not filled. Try to use an EmptyDataSource... Not sure what to do at this point????
×
×
  • Create New...