Jump to content
Changes to the Jaspersoft community edition download ×

sergey.vishnevetskiy

Members
  • Posts

    23
  • Joined

  • Last visited

Community Answers

  1. sergey.vishnevetskiy's post in Cannot pass inputControl values to reportExecutions service was marked as the answer   
    Here is working example, maybe it'll help:
    {
        "reportUnitUri" : "/StandardReports/Audit_Schedule_Changes_With_Credentials",
        "async" : "true",
        "outputFormat" : "html",
        "parameters" : {
            "reportParameter" : [{"name" : "DateFrom", "value" : ["2016-12-01T00:00:00.000"]}]
        }
    }
  2. sergey.vishnevetskiy's post in Use return variable in "print when expression" was marked as the answer   
    In the properties of your subreport just set "When No Data Type" to NULL and it will not show anything, if no data selected.
  3. sergey.vishnevetskiy's post in Showing jasperserver on default page was marked as the answer   
    I've done that with just moving everything to ROOT folder (as you did) and it works perfectly. Can you show how your ROOT folder looks now (dir output would be great). And second - have you restarted tomcat? Is log looks ok?
×
×
  • Create New...