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

karthikspeaks

Members
  • Posts

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

Everything posted by karthikspeaks

  1. Jasper team - Our team is also considering an upgrade of jasper as above, can you help calrify so that next steps can be planned. We are using community 6.1.0 and would like to mvoe to latest.
  2. Hi, i am using jaspersever 6.1.0 . The jasper rest endpoint is used to create jobs and pass paramters. a map with a key and value is passed as below : parameterValues.put("some", Collections.singleton("somevalue")); Is it possible to pass a map of paramters to jasper server and use them in jrxml with this setup. The JRXML has this <parameter name="some" class="java.lang.String"/> and references this parameter as <textField> <reportElement x="1600" y="40" width="100" height="20"/> <textFieldExpression>$P{some}</textFieldExpression> </textField> I know that this works if an input control is first created for "some" and is linked to the report unit for which the job is being created. After that the passing of values is happening. Without the input control step values for key "some" in JRXML prints null Can you please advice ? Karthik
×
×
  • Create New...