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

dnvsrikanth

Members
  • Posts

    346
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by dnvsrikanth

  1. Hi Lucian Thanx alot for ur replies, The sample u have told is amazing..... But can you please tell me whether there is a sample which demonstrates the usage of JRChartCustomizer Thanks in Advance DNV Srikanth
  2. Hi khris_shree, You need to pass the name of the subreport as parameter to the master report. Thanks & Regards DNV Srikanth
  3. Hi Gorrex, Use equal-to(==) operator rather than assignment operator(=) Code: $V{FieldName}.intValue() == 0 ? ($V{FieldName}.movePointLeft( 2 )).divide($V{FieldName}.movePointLeft( 2 ),6,RoundingMode.UP) : null
  4. Hi all, I am using crosstab to generate a report in my application. I the report I need to display the scores achieved by employees. Now my requirement is to display highest score in red color and lowest score in green color From one of the posts in the forum I have known that we can use styles for this purpose. But my question is can we display the score in two different colors using the same style???? Awaiting quick response Thanks in Advance DNV Srikanth
  5. Hi all, I am using crosstab to generate a report in my application. I the report I need to display the scores achieved by employees. Now my requirement is to display highest score in red color and lowest score in green color From one of the posts in the forum I have known that we can use styles for this purpose. But my question is can we display the score in two different colors using the same style???? Awaiting quick response Thanks in Advance DNV Srikanth
  6. Thanks Lucian Thanks for ur reply. But is there a way to merge two graphs without using MultiAxisChart???
  7. Hi lucianc, Can u please tell me what is meant by pdf printing. Thanks in Adavance DNV Srikanth
  8. Hi lucianc, Thanx for ur reply. I am using JSF, Spring, Hibernate in my application. Can you please explain me the other alternative what you have told.. I'll be done with all functionalities in my application if this is done. Thanks in Advance DNV Srikanth
  9. Hi ppareit, I dont think that it is the problem of JDK versions. I strongly believe that there is a type mismatch in the report itself. Thanks & Regards, DNV Srikanth.
  10. Hi csilva2001 Use the expression like this Code: new String($F{A} == "this is A" ? "carlos alberto" : "maria jose" ) Thanks & Regards DNV Srikanth
  11. Hi MihaL, After searching in web about this I have known that we need to use JRChartCustomizer class to achieve this. But I dont know the usage of this class Can anybody please tell me the usage of this class??? Is there any sample provided to demonstrate this??? MihaL, if you find any information regarding this please update it here Thanks & Regards, DNV Srikanth.
  12. hi ppareit, In which case are you getting this error. I mean whether while using a variable or a parameter?? Thanks & Regards, DNV Srikanth
  13. Hi all, I am using JasperReports to generate reports in my application. I have a requirement in my application in which if a user clicks on print button, the report is to be printed on the printer which is located on client-side network. I am using the following code to do this: Code: PrintRequestAttributeSet printRequestAttributeSet = new HashPrintRequestAttributeSet(); printRequestAttributeSet.add(MediaSizeName.ISO_A4); PrintServiceAttributeSet printServiceAttributeSet = new HashPrintServiceAttributeSet(); JRPrintServiceExporter printExporter = new JRPrintServiceExporter(); printExporter.setParameter(JRExporterParameter.JASPER_PRINT , jasperPrint); printExporter.setParameter(JRPrintServiceExporterParameter.PRINT_REQUEST_ATTRIBUTE_SET, printRequestAttributeSet); printExporter.setParameter(JRPrintServiceExporterParameter.PRINT_SERVICE_ATTRIBUTE_SET, printServiceAttributeSet); printExporter.setParameter(JRPrintServiceExporterParameter.DISPLAY_PAGE_DIALOG, Boolean.FALSE); printExporter.setParameter(JRPrintServiceExporterParameter.DISPLAY_PRINT_DIALOG, Boolean.FALSE); printExporter.exportReport(); But the report is not getting printed on client-side printer :( Can anyone tell me what's wrong in this case...waiting for ur quick replies. Thanks in Advance DNV Srikanth
  14. Hi findaswin, This link may be helpful for you: http://www.brianburridge.com/2006/06/19/highlighting-odd-even-rows-jasperreports/ If you already know it, ignore the above link. Thanks & Regards, DNV Srikanth
  15. Hi all, I am using JasperReports to develop reports in my project. In my project I have a requirement such that I need to cretae lines in BarChart. What I mean to say is in the barchart the bars represent the actual values and the line above these bars represent the target values that are to be achieved. Can we do this??? If so how can we??? Thanks & Regards DNV Srikanth
  16. can anyone pls tell me the work around for this issue...i need to implement this in my project... am reaching the deadline on this... :(
×
×
  • Create New...