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

norcenmarco

Members
  • Posts

    52
  • 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 norcenmarco

  1. Hi to all guys!! I would like to know if it is possible to modify user's attribute modifing them directly from the database. Is it possible to change the value of the attribute company directly from the DB? I remember that in previous version of Jasperserver you have to add attribute directly from the database. Regards, Marco
  2. Hi to all guys, i write to all of you because i'm encountering a problem I have designed with iReport Professional 5.5 a report with a Crosstab inside it. The crosstab is populated using the data from the main dataset. And i have also created 3 parameters (type of Multi select query). If i filter the data the report works correctly. The problem is that i have defined an hyperlink (Report Execution) on the rows of the crosstab. When clicking on a row i would like to open and execute another report passing the parameters from the first report and here is the problem: the second report opens correctly but the parameters are not passed. Does anyone have an idea? Cheers, Marco
  3. Hi Lisa, i think the only solution you can try is to show an image instead of the ellipse.
  4. Hi, do you know if this problem is solved? Because i'm facing the same problem with jasperserver 5.5. ( I mean on the jaspersoft studio preview i see the ellipse coloured in red, but if i run the report on jasperserver instead of a red ellipse i have a red rectangle) Regards, Marco
  5. Thanks for answer Sergio. i found a solution, i think i was looking the wrong docs. PutMethod put = new PutMethod(request3); put.setRequestEntity(new StringRequestEntity(descriptor, "text/xml", "UTF-8")); int statusCode3 = client.executeMethod(put); Here how i modify my body request!! Cheers!
  6. Hi! I'm facing the same problem.... I don't understand how to modify the body of the request. Any suggestion? Cheers Marco Norcen
  7. Guys this time i really need some help. I read the webservices guide and i read that it's possible to call webservices to put a report published on JRS on another website. Could you please help me to achieve this goal? What i need to do? Do you have some sample code? Thanks in advance! Cheers Marco
  8. Guys i'had found the solution. I will wrtite it here, in case someone has the some problem. So the src attribute for the iframe must contain this link (in multytennancy) http://localhost:8080/jasperserver-pro/flow.html?_flowId=viewReportFlow&standAlone=true&_flowId=viewReportFlow&ParentFolderUri=%2FGrafici&reportUnit=%2FGrafici%2FComune&decorate=no&j_username=user|ORGID&j_password=pwd" where ORGID is the name of the organization. Cheers
  9. Hi to all guys, i'm trying to show a report published on jasperserver on my website. I'm having this problem. Just to know, I'm using jasperserver with multitennancy. i had use this link in a web page: <iframe width="1024" height="500" src="http://localhost:8080/jasperserver-pro/flow.html?_flowId=viewReportFlow&standAlone=true&_flowId=viewReportFlow&ParentFolderUri=%2FGrafici&reportUnit=%2FGrafici%2FComune&decorate=no&j_username=user&j_password=pwd"></iframe> so if i'm logged into jasper i see the report in my webpage, instead if i logout from jasperserver and i refresh the page, i had this error: type Status report message description The requested resource () is not available. Any ideas? In the link i also need to put the name of the organization? if so how do i need to change the URL? Thanks in advance Post Edited by norcenmarco at 08/30/2012 10:00
  10. Thanks jcuser! Yeah i've found the file. And it's a big file with all the image. I dont'understand how the big image is splitted into different icon... For example if i create the same file with different image how can i combine the new icon with each button? Any suggestion?
  11. This button! Because all of them use the same image and i don't understand how to chenage them! Any help? Cheers, Marco
  12. Hi to all guys! I need some help. Do you know how can i change the image button on the home page? I try to figured out, but i didn't find a soution! Any suggestion? Cheers, Marco
  13. hi to all guys! I need your help. When creating a domain there is a tab named calculated fields. Where you can create your own fields. Which type of expression can i write there? I tried to calculate a % fields but later i've error. For example... fieldA - filedB works! ((fieldA - fieldB) / fieldB) * 100 doesn't works i receive an error when trying to use that field in the crosstab. Any suggestion? Cheers, Marco
  14. jcuser thanks for your reply! I read the article, but you assume to use the war installation. I would like to change it using thw windows installer! Do you think it is possible? Maybe accessing the bundled postgres database, and modyfing the value into jtenant table, it is possible?? Cheers, Marco
  15. Hi to all guys, i need a help about single installation of jasper with windows installer. Once it's installed, the default label's organization is Organization, instead the ID'sorganization is organization_1. And i know that i can change the label. My question is: How can i change also the default ID? It is possible? For examnple if i want the ID like mycompany. There is a possibility into the database? Thanks guys!! Marco
  16. Hi to all guys!! I need a big help. How can i have like default parameter in a report the current year? There is a way to obtain it?? Thank to all!! Marco
  17. Hi lksingh, i will guide you on how to achive your goal if i understand what you mean! To drill through dashboard is neraly the same... For example go on the link panel and choose: Hyperlink target: Self Hyperlink type: Reference and on reference tab set the url for example: flow.html?_flowId=dashboardRuntimeFlow&dashboardResource=/Configurazione_Base/Dashboard/Cruscotto_Generale where /Configurazione_Base/Dashboard/Cruscotto_Generale is the path to your dashboard. Let me know!! Cheers, Marco
  18. No i just modify the css... But i'm sure that you can find something in the documentation, perhaps JasperReports Server Ultimate Guide Cheers, Marco
  19. I don't know which is the problem in that solution, maybe it's something loaded in the beginning. I'm still a newbie! :) But i suggest you to create a new folder theme, in superuser mode, and upload the css file directly from jasper and you will see that it work!! Let me know! Cheers, Marco
  20. i've checked! I have that value set to true! Hope that could be the right solution! Cheers, Marco
  21. Can you try to load the report without the image have you tried?? I think that could be a problem image maybe for the size... try this option! Cheers
×
×
  • Create New...