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

Posts posted by apekshith.ramesha

  1. 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.

    request.png.1ff5bb143a5904408beaca9d8fec2049.png

    idk why this is happening it would be really helpful if someone can point me to a solution.

  2. 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. 

×
×
  • Create New...