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

anachii86

Members
  • Posts

    4
  • Joined

  • Last visited

anachii86's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. In my custom scriptlet, in the callBeforeReportInit function I try to set variable's value, however after report has been generated I get null. I did what you wrote about Reset type = Report etc, but I still get the null. May be you can help me with this troubles. Thank you.
  2. When some parameters are used in expressions the parameters' order in which they were created metters! If the expression, which contains Param1, is used in Param2 and in parameters the Param2 stays before Param1 then this expression will not work, because Param1 isnot existed. I personaly think that this is like a flow and should be corrected. Moreover, this peroblem doesn't exist in JasperStudio, just on server.
  3. I added an expression to a parameter which I put inside select (query). And my expression looks like: When I generate report in my JasperStudio all is ok, however when I try to generate report on server (local or remote) it always enters in false condition and doesn't filter by selected (provided) value. When I put just "and any item in orgs.path.to.property satisfies item.value = '$P!{tp}' end" (which is under the true condition) all is ok.
×
×
  • Create New...