Jump to content
Changes to the Jaspersoft community edition download ×

passing in date parameters using visualize.js


apekshith.ramesha

Recommended Posts

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.

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...