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

Everything posted by jcuser

  1. Hi Kris, Unfortunately, this is a known bugs in Jasperserver 5.2 which exist even in the commercial edition. We have similar situation here and I'm lookin at the workaround at the moment. Will keep you posted. Cheers, DJ
  2. 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.
  3. 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
  4. Look at this: http://jaspershare.blogspot.com/2012/03/jasperserver-limitation-on-domain-query.html Thanks.
  5. jcuser

    Error

    There is an element which exceed your area limit.
  6. 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.
  7. - 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-
  8. Give me your web.xml and applicationcontext-security.xml I will take a look at it. Thanks.
  9. Hi, Are you sure it is not the problem with the email SMTP? I have 1 application (not on jasper) and using exchange as smtp. This case happen once in a while, so I would take it as exhange problem, not jasper problem. Thanks.
  10. Hi, Honestly I haven't try this. But if you are looking for the file, it will be inside database jasperserver table JIRESOURCE. Thanks.
  11. 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.
  12. Hi, Can use put this parameter into your report? viewAsDashboardFrame=true is this the one that you need?
  13. Which button are you talking about? It's all inside the template.
  14. Do u recently update something? I remember there's something about the max length from the UI.
  15. It's inside the jasperserver table JIJDBCDATASOURCE. My recommendation is that not changing it to extremely :D
  16. What kind of aggregate are you looking at and at what section?
  17. Hi All, Visibility is not possible. However, to set 1 input control based on parameter from other input control, you may want to look at cascading input control inside the documentation. Regards -DJ-
  18. 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.
  19. Hi, have you tried to clean your temp (work) folder? Sometimes it doesn't read the latest configuration. Also can you post your full log here for me to see? Please attach both files here as well if possible. Regards, -DJ- Post Edited by jcuser at 03/05/2012 14:36
  20. 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-
  21. Hi, Just beware on the license since basically we are not allowed to distribute it. Regards, -DJ-
  22. Hi, Kindly read my blog below: http://jaspershare.blogspot.com/2012/03/customizing-default-folder-and-themes.html Thanks, -DJ- Post Edited by jcuser at 03/05/2012 09:41
  23. 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...