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

premchandkp

Members
  • Posts

    5
  • Joined

  • Last visited

premchandkp's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I have a requirement to calculate date like Future date = current date + x days (where x can be any variable from 0....n) Example: if current date is 20-08-2016, and x is 20 then future date should be : 10-09-2016. i have a solution like DATEFORMAT(new java.util.Date(DATEVALUE($P{PARAM_START_DATE}.getTime()) + 86400000*21) but it is working for a limited number of days of 21 days, not more than that. could somebody tell me the possible soultions.
  2. Thanks for the prompt answer, it solved my problem after restarting the Tomcat application server.
  3. Hi i have used java function in my report developed on jasper soft studio. In jasper studio it is working fine, when i am trying to deploy on jasper server, all the value which gets calculated from java function are not being shown (funtion is not getting called). I have kept my custom jar in /jasperserver/WEB-INF/lib folder and restart the tomcat server, still no luck. am i missing some other library on jasper studio server. ?how can i add that..
  4. How to pass report_run_id in procedure as parameter in jaspersoft studio server as input controls for the current user logged in we have a way to pass it as parameter like : $P{LoggedInUserFullName} do we have a similar way to get the report id in jasper soft studio server ?
  5. for example -- if(Condition) -- statement else -- statement end if -- Some other statement to be executed -- Some other statement to be executed if(Condition) -- statement else -- statement end if -- some other statement to be executed -- some other statement to be executed for(i=0; i<10; i++) { if else condition } -- end of for loop.
×
×
  • Create New...