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

vk01

Members
  • Posts

    107
  • 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 vk01

  1. Hi,

     

    When I try to open the report using xls format, it comes up with this message - "The file you are trying to open

    "jasperservlet", is in a different format than specified by the file extension. Verify that the files is not corrupt and is from a trusted source before opening the file. Do you want to open the file now?"

     

    This appears only in Microsoft 2007 edition, 2003 opens fine.

     

    why do we get this message? IS there a setting to turn off this message?

     

    Thanks!

    Post edited by: vk01, at: 2008/02/11 15:25

  2. In your main report, select the field you would like to create a hyperlink on - select properties, hyperlink tab- properties -

    Hyperlink target - Self(opens in same window),

    hyperlink type - Reference

     

    basic syntax

    --

    "path to the other report" + "?reportName=your_other_report&KEY=" + $F{KEY}

    --

    you can pass as many fields as you want to other report.

     

    hope this helps.

  3. Hi,

     

    I have a double field which gets this value - 0.0

     

    It is requested that it show up as blank instead of 0.0 - how to format this?

     

    I have tried - defined a variable as string and set

    --

    ($F{DISTANCE}.intValue() == 0) ? " " : $F{DISTANCE}.toString())

    --

    The pattern is not working on this variable, maybe being a string. Want to report on a single decimal point.

     

    Thanks.

  4. Hi,

     

    I have a double field which gets this value - 0.0

     

    It is requested that it show up as blank instead of 0.0 - how to format this?

     

    I have tried - defined a variable as string and set

    --

    ($F{DISTANCE}.intValue() == 0) ? " " : $F{DISTANCE}.toString())

    --

    The pattern is not working on this variable, maybe being a string. Want to report on a single decimal point.

     

    Thanks!

×
×
  • Create New...