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

ooober

Members
  • Posts

    21
  • 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 ooober

  1. Hi, How to add a marker on google map using jasper google Map component. I am able to add google map on report with given lat, long and zoom level. Regards Hasham Habib
  2. Template Exporter provide sorting of detail record. But it is not free, its cost $199. In jasperreport new version 3.5.x we can define a generic style for a report and apply to report. Sorry i cannot understand what do mean by hierarchical group, i think through jasper analysis you can perform drill down structure. Normal png,jpg,and gif can be shown on report. Not tested SVG format. Yes page break could be done after N record
  3. You can use openflash chart in your report. Open Flash chart provide support for hyperlink , customized tooltip and very interactive charting facility. You can user following post http://jasperforge.org/plugins/espforum/view.php?group_id=102&forumid=103&topicid=48945 it will be very helpful to you Post Edited by ooober at 07/02/2009 10:23
  4. Schema workbench tool available for schema creation. You can download it by click project>jaspersever >download>Schema workbench. OLAP Cube writer is also very good tool. But its not free.
  5. I have solved my issue. Actually we have three Database of same table structure but different user. That is Testing , staging and Production. What i was doing is, creating schema through Schema Work Bench with Staging DB connection. And deploying this schema with production DB Connection. That was my problem. Now for production i use production DB Connection to Schema Work Bench. Sorry for my poor english Regards Hasham
  6. Having same problem can anybody Help. Post Edited by ooober at 06/29/2009 11:58
  7. Html view does not support overlapping , so your backgroud will not be display in HTML. Regards Hasham
  8. Use groovy as your report language ,so that your expression new Boolean($V{COLUMN_COUNT}.intValue() <= $P{NO_OF_ITEMS}.intValue()) could be reduce Regards Hasham
  9. You have to declear a string variable and set its expression value to $V{stringcat}=${stringcat}+$P{desc} . Check you language is set to Groovy in ireport. Give sorted values to parameter. Regards Hasham
  10. jasper report has its own formulas ( $F{EmptyColmn} ==""? $V{CountRow}:" " ) this will give you empty record with in given column. In Excel check your excel report, if it is not showing merging cell error. Regards Hasham
  11. You cannot add HTML control like input , checkbox in jasperreport HTML view. You can use hyper link in the report. One this you can Buy Jasperreport |Template Exportor for interactive jasperreport view. Or you can customized jasperreport code for this. Regards Hasham
  12. You create a custom Java Class for this. Let me give you the code for this. public class BarChartCustomizer implements JRChartCustomizer{ public void customize(JFreeChart chart, JRChart jasperchart) { CategoryPlot categoryPlot = chart.getCategoryPlot(); BarRenderer renderer = (BarRenderer) categoryPlot.getRenderer(); renderer.setDrawBarOutline(false); renderer.setMaximumBarWidth(0.05);// Set Bar Chart Width. } } Now used this class. In IReport this is an option of using custom file. Put the class name their. Regards Hasham
  13. When you add a jrxml source in jasperserver, last step is to give custom jsp file. You can add your own JSP page their. Or you can customized jasperserver Spring Flows and Hyperlink. Regards Hasham
  14. aoa An example in jasperreport > demo> sample > datasource, which shows how you can used POJO (java bean) as a datasource. You can create a datasource of selected values and passed it to report. If you already have a report, then you can create subreport for this. Regards Hasham
  15. hi 1. you can rotate your label by setting the Label rotation to -25 in Chart Property. 2. You can change your mutiple bar color by adding series of color in Series Color of Chart property Hasham Habib
  16. Hi.. I have to made a crosstab report like this. _____________ 6000 __ 60001 ____ ------------------------ Req ------ Res ---- Req --- Res -------- ------------------------- 0$ ----- 0$-- 1 $ -- 2$ ---- 0C$ -- 1C$ --- 1C$ -------- Test 5 10 0 3 2 1 3 Test3 5 10 0 3 2 1 3 Total 10 $ 20$ 0$ 6$ 4C$ 2C$ 6C$ Total Revenue 38 $ My problem is that how to add dynamic column for each price in detail section of crosstab. Any suggention. Best Regards Hasham Habib
  17. hi Unable to download JasperReports Flash 3.0.0.swf file from the link you given. Best regards. Hasham Habib
  18. Hi Thank for quick reponce and guidance. I customized the jasperserver code for sending the report as email body.But one problem remain is images are not showing in email body. I check the link http://www.jspwiki.org/wiki/EmailReportAsHTMLAndPDF its says that " When attaching images to the email it doesn't appear to be possible to determine the image type from Jasper. The sample code uses 'image/gif' for all image types. Even when wrong this appears to work in at least outlook. If your concerned about this limiation then either make certain that all of your images are gif's or lobby the jasper developers to provide and api which exposes the image types ".Is their any way around for showing image in email body. Thanks Best Regards. Hasham.Habib
  19. Hi i m using jaspersever 2.0.1. I made a report and schedules the report. My client requirment is to mail him html report as email body . Is their any way how to achive this. I also download the jasperserver source code so that i can customized jasperserver, but still not get any success in order to import the source code in ecllipse.
  20. you can simple enter the email address by , (comma) separated.
×
×
  • Create New...