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

sampathku

Members
  • Posts

    17
  • Joined

  • Last visited

sampathku's Achievements

Explorer

Explorer (4/14)

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

Recent Badges

0

Reputation

  1. Hi, I am trying to create a drill-down option from my report to a second drill-down report. Drill-down report requires parameters which I have configured in the "Link parameters tab" of the hyperlink windown in iReport. Hyperlink target is self, hyperlink type is "ReportExecution". Everything works fine except when I click the hyperlink in jasperserver (after successful deployment), I get a blank page with the message <drill-down report name> "The report is empty. ". This only happens if the drill-down report does not get any parameters?? Is there any other conf or something missing. This is purely done on Jasperserver 3.7.0. Regards, Sampath
  2. Hello All, I am trying to check a simple behavior of paramaterized reports. I am pasing parameters to an SQL query in iReport. I am getting "The document has no pages" message in iReport though there is data corresponding to the given parameters in the db. However, I get a proper report if I hard-code the query parameters in the query, I get the correct report I did the same experiment by putting the report on Jasper Server. I get the error "The report is empty." Any idea why this happens. I am trying to make this report a subreport & drill-down to this from a main report by passing URL parameters. Still I get the same message "The report is empty." I get the correct report if I put the query with hard-coded parameters on the Jasper Server as well. So the problem is not with data, but with some other report config??? Not sure what. Regards, Sampath
  3. Hello All, I am trying to check a simple behavior of reports through iReport. I am pasing parameters to an SQL query in iReport. I am getting "The document has no pages" message in iReport though there is data corresponding to the given parameters in the db. However, I get a proper report if I hard-code the query parameters in the "Edit query". I did the same experiment by putting the report on Jasper Server. I get the error "The report is empty." Any idea why this happens. Regards, Sampath
  4. Hello All, Is it possible to provide user to choose columns (add/modify) he would want to see in his reports using the same jrxml, just like ad-hoc reporting in jasper server. If yes, can this be done on jasper server or only programmatically using jasper report library. If chart data (x,y coordinates) also be chosen on ad-hoc basis, it's like icing in the cake. Regards, Sampath
  5. Hello All, Is it possible to provide user to choose columns (add/modify) he would want to see in his reports using the same jrxml, just like ad-hoc reporting in jasper server. If yes, can this be done on jasper server or only programmatically using jasper report library. If chart data (x,y coordinates) also be chosen on ad-hoc basis, it's like icing in the cake. Regards, Sampath
  6. Hello All, SSO, a topic much talked about in Jasper forums earlier :-). We have an SSO application implementing kerberos ticket protocol. There is no provision to directly configure a bean for authentication, as the SSO implementation requires all http requests to jasper, or any other web app for that matter, to be redirected to SSO directly for validation. The web application will only be told whether the user is valid, and/or the privileges he enjoys, by the SSO. I see that there have been some discussions on kerberos bean configuration earlier, but has anybody tried this kind of scenario, kind of URL re-direct. Regards, Sampath.
  7. Thanks. Technically I don't understand why the hyperlink should be a problem for pdf chart reports.
  8. Thanks. BTW, what's erhm. Is it possible to set this hyperlinks on charts from iReport??
  9. Hello Report Server Pandits, I am trying to find out, if it is possible to allow report users to click on various jasper/jfreechart reports and drill-down to subsequent reports or data. I clearly understand that this can be done programmatically on dashboards & analysis views through jsp's & java scripts. What I am specifically looking for is drill-down from generated (pdf, html etc) reports & drll down to subreports. This can be done through text hyperlinks/MIME's, but can this be done from chart slices. Pointers to any tool or technology will be really helpful. Regards, Sampath.
  10. Hello iReport Pandits , I am trying to find out, if it is possible to allow report users to click on various jasper/jfreechart reports and drill-down to subsequent reports or data. I clearly understand that this can be done programmatically on dashboards & analysis views through jsp's & java scripts. What I am specifically looking for is drill-down from generated (pdf, html etc) reports & drll down to subreports. This can be done through text hyperlinks/MIME's, but can this be done from chart slices. Regards, Sampath.
  11. Hello Report Pandits , I am trying to find out, if it is possible to allow report users to click on various jasper/jfreechart reports and drill-down to subsequent reports or data. I clearly understand that this can be done programmatically on dashboards & analysis views through jsp's & java scripts. What I am specifically looking for is drill-down from generated (pdf, html etc) reports & drll down to subreports. This can be done through text hyperlinks/MIME's, but can this be done from chart slices. Regards, Sampath.
  12. Folks I am trying to output a report as HTML, the eventual goal to actully stream the HTML into an HTML email rather than to screen. PrintWriter pw = response.getWriter(); response.setContentType("text/html"); JRHtmlExporter htmlExporter = new JRHtmlExporter(); htmlExporter.setParameter(JRExporterParameter.JASPER_PRINT, jPrint); htmlExporter.setParameter(JRExporterParameter.OUTPUT_WRITER, pw); htmlExporter.exportReport(); pw.flush(); pw.close(); There is an image on the page, but it's none of the areas marked with the missing image cross or the other funny blank squares. I cant use an ImageServlet because I am not hosting a web application. I get request and have to return a html with the images intact. Any Idea how I can achieve this. Cheers Sampath
  13. Folks I am trying to output a report as HTML, the eventual goal to actully stream the HTML into an HTML email rather than to screen. PrintWriter pw = response.getWriter(); response.setContentType("text/html"); JRHtmlExporter htmlExporter = new JRHtmlExporter(); htmlExporter.setParameter(JRExporterParameter.JASPER_PRINT, jPrint); htmlExporter.setParameter(JRExporterParameter.OUTPUT_WRITER, pw); htmlExporter.exportReport(); pw.flush(); pw.close(); There is an image on the page, but it's none of the areas marked with the missing image cross or the other funny blank squares. I cant use an ImageServlet because I am not hosting a web application. I get request and have to return a html with the images intact. Any Idea how I can achieve this. Cheers Sampath
  14. All, Is it possible, for an analyst for example, to view a generated report, provide some analysis comments on the reported data, before distributing the report to the target audience group. Right now, it looks like a report can be scheduled on a timely basis and directly forwarded to a distribution list, Is it possible to have a small, kind of, workflow inbetween. The second question is, will a jasper user be able to subscribe for a set of reports which are already scheduled (by admin), something like a subscription feature, or RSS feed. I understand that with jasper server, both the above functionalities can be custom build with a web interface, but SHERMAN, do you have something out of box for this. Regards, Sampath
  15. Hi All, I am working on generating a Gantt chart and trying to bring in overlapping schedules, viz, for example, if I have a task which have 3 sub tasks, A, B, & C, which happen b/w 01/Dec - 03/Dec, 02/Dec-06-Dec, 04/Dec - 08/Dec respectively, the sub-tasks of the main task have some overlapping schedules. I want to plot the schedules against the main task and show the 3 sub activities correspondingly with different colors in the same row. If the schedules are overlapping, the lines representing the overlapping schedules should also overlap. In the current default graph, the lines are plotted one below the other. Are there any chart options which can be modified. With very minimal documentation, I am hardly able to figure out an option to achieve this. Regards, Sampath
×
×
  • Create New...