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

apekshith.ramesha

Members
  • Posts

    4
  • 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 apekshith.ramesha

  1. i got it to work. i had to pass it like this report.params({"P_REPORT_DATE_START" : [ document.getElementById('tabView:startDate_input').value ], "P_REPORT_DATE_END" : [document.getElementById('tabView:endDate_input').value]}).run();
  2. Hello, I'm trying to pass in start and end date using visualize.js. its seems to be almost working expect one thing. It is not taking the end date as a parameter. This is what im passing report.params({"P_REPORT_DATE_START" : [ document.getElementById('tabView:startDate_input').value ]},{"P_REPORT_DATE_END" : [document.getElementById('tabView:endDate_input').value]}).run(); But when it is making a post request it is only take the start date as a parameter. idk why this is happening it would be really helpful if someone can point me to a solution.
  3. I found the solution for the issue. It seems that thre is a regex issue with the "m=new RegExp(["[À-ß][€-¿]","[à -ï][€...". I played around with the regex and able to get it to work. For now im using m = new RegExp(["[Àß-][¿-]", "[àï-][¿-]{2}", "[ð÷-][¿-]{2}"].join("|"), "g"), . This might not be the intended regex. But far now it seems to work.
  4. I have the same issue. Im able to get the server up and running and also upload few reports and run them on the server. but when i try to run the fiddle, there seems to be a problem with the js file. I'm not able to confirm with the v5.6 as there is no commercial version of the JRS trial available on the website.
×
×
  • Create New...