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

angusmiller

Members
  • Posts

    11
  • 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 angusmiller

  1. How the heck does this kinda stuff not get picked up before a major release?!
  2. your query must be: SELECT v_name, v_minval, v_maxval, v_defval FROM table1 WHERE $X{IN, v_name, MyParam} GROUP BY v_name, v_minval, v_maxval, v_defval ORDER BY v_name,v_minval,v_maxval,v_defval The only way that sql can return the whole table is if you select all the possible values in the input control or all the values for column v_name are the same and you choose that value.
  3. In case anyone else needs this, the html_hreader property cannot be set via the jasperreports.properties file. I had to add the following line to DefaultJasperViewer.jsp (after line 184). The code below I used to make the borders not double up on sibling cells for crosstabs in html reports. Code:exporter.setParameter(JRHtmlExporterParameter.HTML_HEADER, "<style>table{border-collapse:collapse}</style>");
  4. Well that sucks, surely there must be a way, maybe one of the jsp pages?
  5. Hi, Where can you make global changes to the HTML exporter. I would like to specify values for the html header and size unit parameters for all html reports. Thanks
  6. Hi I have a basic list report that is 70 pages long and has 9 columns. When I run the report in iReport it takes roughly 10 seconds just to fill and another 3 seconds to generate HTML for the report. The actual sql for the report runs in 700ms and the database is on my PC to so its not that taking long. The report is the stock standard one generated by iReport 3.1.4 using the wizard. My question is is this bad/good performance? I know 10 seconds sounds like a short time but this is a basic list report on decent hardware (Intel Dual Core/2GB memory/SATAII Disk) I welcome any comments. Cheers
  7. Hi Is it possible to log report generation stats to be able to able to see the timings of the individual parts of report generation? For example to be able to say data querying took 2 seconds, filling the report took 5 seconds etc. Thanks
  8. Hi All I would like to have condtional styling on my reports depending on the output format. The output format is being chosen in JasperServer via the toolbar. Are there any internal paremeters that indicate the chosen output format? i dont want the user to have to choose it. Cheers
×
×
  • Create New...