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

sjoerd.jump

Members
  • Posts

    74
  • Joined

  • Last visited

Community Answers

  1. sjoerd.jump's post in Hyperlink to report in Jasperserver - Problem before login was marked as the answer   
    It seems that Excel is destroying your link, according to a Windows forumpost.
    I would try to backtrack the error using jasperserver debug, although i'm not sure if the log shows what URL is being send to the server.
     
     
    http://answers.microsoft.com/en-us/office/forum/office_2003-excel/hyperlink-does-not-resolve-correctly/188c9cb0-bf88-4495-ae27-6d18b3df11e8
  2. sjoerd.jump's post in Average calculated in Crosstab was marked as the answer   
    Right now I use a workaround
    have added a variable to my report that calculates an average availablity over the 2 systems.
    In the crosstab i have added a new measure with my new variable as expression, set to average again.

    This is now an "average average" just what i was looking for.
  3. sjoerd.jump's post in Paramteter Question was marked as the answer   
    Solved it: 

    I was using a crosstab and never thought of passing the Parameter to the crosstab!
    So, in crosstab data, go to Parameters. Add parameter with the value of the parameter you have set up in the main report.
  4. sjoerd.jump's post in is it possible to display "detail" band dynamincally, if so how to do? was marked as the answer   
    From the top of my head:

    Click on "detail band" and at the properties where you read "prin when"
    add a code like :  $V{REMAKRS} != null
    (or search for detail band print property ;) )
  5. sjoerd.jump's post in 1 Installation of Jaspersoft ETL is not working. was marked as the answer   
    I moved the map containing Jaspersoft ETL from ../programfiles/ to c:/ and started the executable with "administrator rights" 
    this solved my problem.
  6. sjoerd.jump's post in Preconfigured Postgresql database and libxml was marked as the answer   
    Oke, I managed to find the solution..
    Verify your postgresql installation (mine is 9.0.4.)
    Download the same installation version from here
    Extraxt files to $JASPERSERVER/postgresql/
    $JASPERSERVER/ctlscript.sh stop
    Install as per instruction of postgresql
    I wasn't too sure about the confifure option (when to do it, so i used the following command before and after installation) ./configure -prefix=/opt/jasperserver/postgresql/ --with-libxml
    $JASPERSERVER/ctlscript.sh start
×
×
  • Create New...