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

jonathanln

Members
  • Posts

    9
  • 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

Posts posted by jonathanln

  1. Ah, it doesn't work if the image is in a custom template that you've made since the path is relative to the report and not it's template. ( my template and my report are in different folders...)

     

    If anybody knows a way, please tell me.

     

    Thank you,

     

    John

  2. Hi and thank you for your answer.

     

    But where exactly would I be able to input text in the report properties? The only field that comes close to what I'm looking for is the "Report Name" that I can change...

     

    I'm looking for any way to write a comment on a report, maybe something like the "Description" field of a parameter, a variable and a field where you can write whatever you want.

     

    Thank you again for your help,

    John

  3. Hi, I was wondering if there was a way to leave a "comment" on a report. I'm trying to make some kind of  header in which I would write which version of iReport I'm using, my name, the date....

    I tried commenting the xml, but it seems like it is regenerated everytime the report is saved, erasing the comments.

     

    Thank you for your answer,

    John

  4. Hi, I read a lot on how to compare dates together but I still can't figure out how to solve my problem.

    I have a column in my table filled with dates and I have to count how many  "dates in column" <= current date.

    The format in the table is 'dd/mm/yyyy' and the type is DATE

    ==========================

    My idea was to create a variable with "Calculation" set to "sum" and variable expression set to something like

    Integer.valueOf( $F{table_date} <= sysdate ? 0 : 1)

    but I haven't been able to use "sysdate" outside of the main report query and "<" doesn't seem to be accepted.

    ==========================

    Thank you in advance for your help,

    John

×
×
  • Create New...