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

jcuser

Members
  • Posts

    24
  • 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 jcuser

  1. Hi Madan,

    I'm affraid you can't do that by utilizing basic functionality of jaspersoft dashboard. You have to do it with custom jsp that call the report individually and toggle between table and chart using javascript.

    Thanks.

  2. Hi Matt,

     

    yes it is possible by utilizing the usage of client web service example. I was able to even get the input control as long as you understand the structure.

     

    You can try the usage of:

    com.jaspersoft.jasperserver.sample.WSClient

    Import this file:

    com.jaspersoft.jasperserver.api.metadata.xml.domain.impl.*;

    And get any resources by using this:

    ResourceDescriptor result = client.get("/adfdasf/asdfadf/dfasdf");

    java.util.List<ResourceDescriptor> abc = (java.util.List<ResourceDescriptor>)result.getChildren();

     

    Regards,

    Deddy

     

  3. Hi Marco,

    It's how they build it from the base. I'm not sure how they did it but most of their image is like that. If you want to change the icon, make sure the whole using same size and same position for each individual icon.

    Thanks.

  4. - Right Click the chart

    - Edit "Chart Properties"

    - Click "Chart Data" Tab

    - Click "Dataset Items" Tab

    - Click on item that is exists there

    - Click "Modify"

    - Click "Item Hyperlink"

    On there, depends how you want to drill down, you can choose your hyperlink type as "Report Execution" and specify the link parameter there.

    If you want in dashboard then you should select hyperlink type as "Reference" and specify your javascript there.

    Regards,

    -DJ-

     

  5. Hi marco,

     

    It is inside database named: home_icons_sprite.png

    You have 2 choices here:

    1. Customizing the installation to totally replace that icon

    2. Creating your own themes and upload file with the same structure, name and format. Then apply your new theme. It will read that new Icon you've uploaded.

    That's it.

  6. Hi,
    Are you using community edition or commercial edition?
    I just tested at my local using google and it works perfectly without any problem. Same setting using apache tomcat and just change those 2 files.
    Do take note that i was using commercial edition and smtps
    Attached are my sample file.

     

    PS: I hope you don't have 2 installation of jasperserver.

  7. Hi Marco,

    it is not possible to modify windows installer (A.K.A .exe file). The only way to achieve this SAFELY is by using manual installation war file.

    The other unsaved way is by changing the value inside 2 tables:

    JITENANT

    JIRESOURCEFOLDER

     

    I haven't try this completely so may not be able to tell you the risk.

    Regards,

    -DJ-

  8. Hi All,

     

    I'm experiencing a problem when I use jasperreports server trial to get weighted average price.

    My data sample will be:

    Id   Price      Quantity

    1    2000      1000

    2    2500      1200

     

    I want to get average price using Calculated field, is it possible?

    Do take note I can't do it from query because my group by parameter is dynamic.

    Thanks.

×
×
  • Create New...