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

mvarnoux

Members
  • Posts

    14
  • Joined

  • Last visited

mvarnoux's Achievements

Apprentice

Apprentice (3/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. Hi, Thank you for your answer. Every things are online, and I am not working in a Sandbox. In facts, this really this to be related to the bug describe here : https://community.jaspersoft.com/wiki/visualizejs-troubleshooting I have made some others tests publishing my web page on another application server which is not a tomcat, and every thing is working fine. But I would like to publish my file on the same web app that jasper, so I need a workaround to make it work with tomcat.
  2. Hi, I have been able to make it work on the server where is installed tomcat, According to https://community.jaspersoft.com/wiki/visualizejs-troubleshooting, I had to point scripts to http://127.0.0.1:8080/jasperserver-pro/client/visualize.js and your browser to http://localhost:8080/blah/sample.html. So that's fine. But now, I need to make it work from the LAN Does somedy knows how to do that ?
  3. If it can help : Firefox debugger throws the following error : TypeError: t is null
  4. Hi, I have to test vizualise.js, and I met an issue to display a report. here is my code : <html><head><script src="http://serverjasper:8080/jasperserver-pro/client/visualize.js?logLevel=debug"></script><title>My Report</title></head><body><script>visualize({ auth: { name: "foeoj", password: "lfjoff",organization: "organization_1"}}, function (v) { //render report from provided resource v("#container").report({ resource: "/rapport/rapport", error: handleError }); //show error function handleError(err) { alert(err.message); }});</script><div id="container"></div></body></html>[/code] When I test it on jsfiddle, it works fine and display my report. When I put the code in a html plage, on my tomcat server, it displays a whole blank page. I hope someone can help.
  5. Hi. Yes, this is with adhoc view, and the problem is the same when we save the view as report. We have met the issue in jasperserver 5.5 and 5.6.
  6. Hi, We have an important issue concerning exporters in reporting adhoc with domain based on oracle datasource. Exports to pdf or excel or any other format are troncated at 1000 rows. The support team as reproduce the issue and has log it as a bug. They are unable to give us a workaround. So I would like to know if someone has met this issue, and have found a workaround. Thank you
  7. Thank you but I know that I have to edit the jrxml.. But, I would like to know how ?
  8. Hi, Thank you for your suggestion. I had already found the first link, but I was unable to found a way to fit my need. I will try the get the trick with editing the css (as suggested in the seond link). Thank you.
  9. Hi, I would like to know if it is possible to specify categories color in a chart : In my example, I need to get one categoriy label with a color, and the other category with another color : Example : Log should be written in Black, and Med should be written in green. Hope somebody can help.
  10. HI, Actually, the Jasper support doesn't give me a satisfactory answer. They suggest to use subreport, and use them in a dashboard. I don't even know if it is possible to do the trick using subreports.. if somebody can help..
  11. Hi, I can't find any information about passing paramters between reports in a Dashboard. I need to have a dashboard with 2 reports. Clicking on the first report, must refresh the second report with the parameter clicked on the first report, without refreshing the whole page. I hope you can help.[/code]
  12. Hi, I have understand how to translate the contents of a domain or a report. But now, I would like to translate the contents of jasperserver library and repository on the portal : I mean, the name of directories, and the name of reports. I can't find any guide to do that. Thank you for your help
×
×
  • Create New...