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

sefacan.acar

Members
  • Posts

    4
  • Joined

  • Last visited

sefacan.acar's Achievements

  1. Hi, the reports that i've created don't update themselves. Everyminute new rows are added to my dB but i can't see any change on reports. i.e. at first the value of bar(graph) is 345 and then one minute later it's still the same. but when i run the query which is exactly the same in reports, on dB i see it must be 400.
  2. Hi, i am desinging a web dashboard for the report which i made via JasperSoft and iReport. However, in iReport it doesn't matter what page size i choose, in JasperServer i see whole page and a little graph report on the page or smething the report size depends on what page size i choose. This is bad for my web design because i get the report in an iframe. What i want is that if the report page size 15x10 so in jaspersoft, the page exactly has the same size. But now the report is 10x15 but jasperserver page is i dont know may be 1024x768. Thx.
  3. Hi again, I solved the problem. In my case i changed the line "<subreportExpression><![CDATA["/root/ipas_bolgestats20130731_subreport2.jasper"]]></subreportExpression>" as "<subreportExpression><![CDATA["repo:ipas_bolgestats20130731_subreport2"]]></subreportExpression>" then it worked. In this situation the problem is after the change above, if you try to preview the report on iReport it doesn't show anything but in JasperServer the report works perfectly well. I think you should also add subreports as resource of the main report on JasperServer. Thx anyway.
  4. Hi, I've created a report which contains two subreports in it .It works as it should be in iReport but when i add this report to JasperServer, it says "Parameter "DATABASE_TIMEZONE" does not exist.". I've searched the topics about the problem and i found this: http://community.jaspersoft.com/questions/526047/databasetimezone . I did things that what lucianc says in the topic but it haven't worked yet. In JasperServer I added each subreports as resource of mainreport both .jrxml and .jasper files of subreports. In the main report's xml definitions are "<subreportExpression><![CDATA["/root/ipas_bolgestats20130731_subreport2.jasper"]]></subreportExpression>" like this. First it was written like "$P{SUBREPORTDIR} + "ipas_bolgestats20130731_subreport2.jasper" but none of them have worked yet. Thx 4 help
×
×
  • Create New...