Jump to content

anthonyraj

Members
  • Posts

    12
  • Joined

  • Last visited

anthonyraj's Achievements

Apprentice

Apprentice (3/14)

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

Recent Badges

0

Reputation

  1. Hi, I have a requirement which i am not sure is supported in Jasper reports / ireport. If yes, please let me know. Currently, when i run a report having a subreport, I get a single output (pdf, excel, etc) in a single file. Is there a way to output two different files (one for main report and one for sub report) albeit in same format? i.e. if i want the out put in pdf, there should be 2 pdfs -> one for main report and another for sub report. Additionally can support different formats (like main report in excel and sub in pdf).
  2. Hi, Of late, I have noticed that the way rounding is happening is Jasper Reports is a bit confusing. One of the columns, returns two different values after rounding. 45.085 becomes 45.08 - looks like it is 'rounded down' as nearest neighbour is even i.e.. 8 34.035 becomes 34.04 - looks like it is 'rounded up' because nearest neighbour is odd i.e… 3 I was under the assumption that all the values are round HALF_UP by default. Any idea why is this happening?
  3. Hi, I am creating a Line Chart in ireport 3.5. My requirement is that, the X-axis for me is a Date field and i need to show it 'MM/DD/YYYY' format. But the problem i am facing is that, X and Y axis in Line Chart are both of Java.lang.Integer type. So, is there a work around for this or a Different chart (like a Line 3D chart, just like Bar 3D which allows String types). Any help is greatly appreciated.
  4. When I run the jrxml in ireport, i get an output say PDF output, like <jrxml name>.pdf. (or the name which i specify while creating the jrxml) Is there a way of changing this to say, <jrxml name><DDMMYYYY>.pdf or any format we require? Please reply. Thanks in advance.
  5. Hi, I did face this problem sometime ago. It's a bug in ireport 3.5.0. Solution: Open the JRXML in notepad/wordpad, Provide a value to the 'textAlignment' property (select this value for the list of values displayed) like <textElement textAlignment="Left" rotation="None" lineSpacing="Single"> Save it and then open in 3.5. It works. Later you can change to whatever value u want. However, v2.04 works without this fix! Post Edited by anthonyraj at 10/08/2009 14:07
  6. Thanks for the URL Sherman! It worked for me! :)
  7. Hi, How do I get the total number of rows returned from Oracle to be displayed in Jasper reports? Scenario: I have a SELECT query which returns 10 rows of data. How do I get this count (i.e. 10) to be displayed in my report.
  8. Hi, I have a question regarding the performance of Jasper reports. Scenario: How many reports (max no of reports) can be run simultaneously on a single Jasper Server?
  9. Hi, I have both iReport Version 2.04 and 3.5.1 (not the one comes with JasperServer pack) installed on my system. When I try to open the iReport v3.5.1, it opens the welcome window and stucks there itelf. At the bottom of the window, i can see the, the tool tries to check for latest updates and its progress bars stops in between. I don't have any option but to close the iReport instance from the Task Manager (am using windows XP). Any solution to this problem?
  10. Hi, I am trying the Job Scheduling functionality in Jasper Server. Scenario: The input report file is already present in the Jasper Server to schedule a report to run on a specific time or immediately. Now, while scheduling, I came across a stage where i need to give the target destination. In Jasper Server 3.5.1, there is only one option of selecting the target destination. That is the repository in the Jasper Server itself. What I wanted to know is that, is there a choice for me to select the target destination either to be a local file system (windows, unix, etc whatever) or a Jasper Server repository. Please let me know. Post Edited by anthonyraj at 08/27/2009 06:20
  11. Hi, I am currently using Jasper Server Pro version 3.5.1. While working on repository webservices, I noticed that Put operation doesn't accept PDF files as WS type. Is there a work around for this? I believe this could be added in then version of Jasper Server.
×
×
  • Create New...