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

mmans

Members
  • Posts

    9
  • Joined

  • Last visited

mmans's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Thank for you reply, Thomas! Unfortunattely I tried this already, but this won't work either :( Is there something I can do with the option "Print When Expression" of the Page-Footer Band? Marco
  2. Hi! I have a report with a Title-page. I checked "Title on a new page" in the report. On this Title page, no page-footer is printed. Is there a way to get the footer on the title-page? Thanks for any help! Marco.
  3. Thanks for both answers. I got it working now. When using Japser I still have to get used to the fact, that I can use "The-Standard-Java-Way" :D Regards, Marco
  4. Hi There! I'm trying to put a textfield in static text. The final text has to be like this: "The amount of $123.45 will be debited from your account." My first try was to create 1 textfield with this expression: "The amount of "+ $F{amount} +"will be debited from your account." Generally, this works. But I want to format the $F{amount} as a currency. Without a pattern the number is shown as 123.450000000000. But because I put static text in the textfield expression, the datatype is handled as "String" not as "Double". When I use the contruction [static Text][Textfield][static text], I get a lot of white space before and after the amount..... How could I fix this? Thanks a lot in advance!!!!!! Kind regards, Marco Mans
  5. Hi! I have to do the same as you described! Till now without any luck :( Do you already have a solution? Greeting, Marco
  6. Hi drewich! I have exactly the same problem... Do you already have a fix for this? Greetz, Marco
  7. Oops. My browser gave an error after clicking "Save". But now my thread is posted twice. Can somebody delete this one? Sorry!
  8. Hi Jasper-Guru's! I'm trying to create my first Jasper-report. On this report I want to show a timeseries chart. The source data is coming from a xml file. I attached an example. I cannot find how to create a chart that shows all three lines. It would also be nice if the number of lines (pens) are dynamic. So when I add another pen-node a fourth lline would be visible. I hope somebody can help me with this. The report is for a pilot project. When this pilot works, we will embed JasperReports in our softwareframework! Thanks in advanced! Marco Mans Cofely GDF-SUEZ Code:<measurement> <chart ymax="30.0" ymin="-30.0"> <pen name="Pen 0"> <point><x>0</x><y>0.0</y></point> <point><x>1</x><y>1.0</y></point> <point><x>2</x><y>2.0</y></point> </pen> <pen name="Pen 1"> <point><x>0</x><y>10.0</y></point> <point><x>1</x><y>11.0</y></point> <point><x>2</x><y>12.0</y></point> </pen> <pen name="Pen 2"> <point><x>0</x><y>20.0</y></point> <point><x>1</x><y>21.0</y></point> <point><x>2</x><y>22.0</y></point> </pen> </chart></measurement>
  9. Hi Jasper-Guru's! I'm trying to create my first Jasper-report. On this report I want to show a timeseries chart. The source data is coming from a xml file. I attached an example. I cannot find how to create a chart that shows all three lines. It would also be nice if the number of lines (pens) are dynamic. So when I add another pen-node a fourth lline would be visible. I hope somebody can help me with this. The report is for a pilot project. When this pilot works, we will embed JasperReports in our softwareframework! Thanks in advanced! Marco Mans Cofely GDZ-SUEZ Code:<measurement> <chart ymax="30.0" ymin="-30.0"> <pen name="Pen 0"> <point><x>0</x><y>0.0</y></point> <point><x>1</x><y>1.0</y></point> <point><x>2</x><y>2.0</y></point> </pen> <pen name="Pen 1"> <point><x>0</x><y>10.0</y></point> <point><x>1</x><y>11.0</y></point> <point><x>2</x><y>12.0</y></point> </pen> <pen name="Pen 2"> <point><x>0</x><y>20.0</y></point> <point><x>1</x><y>21.0</y></point> <point><x>2</x><y>22.0</y></point> </pen> </chart></measurement>
×
×
  • Create New...