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

anandharaj

Members
  • Posts

    500
  • 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 anandharaj

  1. Thanks for the reply Lucianc, hope that will available soon, or just provide in trunk as a local repo folder.
  2. Changing the code, of course you need to do again whenever there is new release. What Sheram said, you create your own "style" (like CSS) and attach it to the jasper UI. If its just a minor changes (like change the login page) you edit the file directly as how i did (you can read in my blog at www.raj2u.net)
  3. Hi, You need to understand the overall picture of Jasper. Let me give some scenerio. JasperServer, its like car, where it will allow user to travel (generate report). To make the car move, we need the engine (JasperReports) which responsible to move the car in various speed (report format: xls, pdf, csv, swf) . In modern days, we might interested to have GPS Navigation (JasperAnalysis) to simplify our travel plan and on-demand trafic monitoring. Hope you understand the above explanation :-)
  4. Well, in general practice you need to use/maintain same version/release for both JS and iReport for better compatibility and support. Sometime you can simply change the jasperreports lib in JS, but there is a change the system not working properly.
  5. Yes, query in input control does not support the parameter, there were some workaround in this forum (you need to change the java code and compile again the JS), i'll search and post the link here.
  6. Hmm, i think something is wrong when you create the input control. Nobody face this issue before. Perhaps give more details on how you created the input control and how you assign that to a report (welcome to provide print-screen)
  7. Ok, for the "input control" there will be some workaround which will provided by Jasper team
  8. Since there were some "jar" file not available (like jasperreports) in public repository, im not able to test it. Besides that, i also notice there were some changes in DB, so i will update my script and blog once the final JS released.
  9. Hi guys, I have created a new "feature request" in Tracker about "system information" page in Jasper. Please take a look at http://jasperforge.org/tracker/index.php?func=detail&aid=3735&group_id=112&atid=376 and give your feedback to add-in there.
  10. Just to add, if the detailed report in JS, the URI should be in "repo:/"
  11. Hi Sherman, I saw the new tables for tenant, wanted to ask but here already mention it. Will there any detailed documentation about this?
  12. When you encounter this error? Every report generation? or just a particular report?
  13. Hi, The hyperlink only can have string, therefore if you want to pass the date string to a subreport, you need to cast it again as date. (but i think you cant cast directly from string to date, so might need change the string patten as 'yyyy-mm-dd' and pass it to your query.)
  14. Well, JasperServer is a java container which run on Servlet, therefore if the tomcat start as service it will also start the jasperserver (unless you set it not auto "deploy")
  15. Please refer to Tracker (http://jasperforge.org/tracker/index.php?func=detail&aid=1318&group_id=112&atid=376), i already submitted to enhance the error handling in report scheduling
  16. Its a good news to hear about cascading input control. Hope this will be available soon after release of JS-3.5
  17. JS is natively support Tomcat and JBoss (also support other in Pro version), so im suggesting you to use Tomcat...
  18. This is something wired, as far i know, nobody encounter this before.. Perhaps you can check the application log to see whats going on. Are you using Tomcat? Give the details of your environment..
  19. The current error message is actually enough "friendly" as it will only display the full error message upon user click the "view details"
  20. Hi, The JR Quick Reference is still outdated (2.0.5), it would nice if someone update it to latest 3.5.0 version http://jasperforge.org/uploads/publish//jasperreportswebsite/JR%20Website/jasperreports_quickref.html
  21. I believe i have answered this in jasperserver forum
  22. What happen to this "project"? No news at all from the "introducer?
  23. Hi Shivac, i think Lucianc's explanation is answered your question. So, just use the $X{} instead of $P!.
×
×
  • Create New...