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

shahkruti1695

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

Posts posted by shahkruti1695

  1. From java code I pass a parameter to ireport like this

    fillReportToFile(sourceFilename, map, beanColDataSource1);

    where map is something like this

    AFG, [1, 2] AZE, [1, 1] BAN, [0, 1]

    where key is country_name and the list are values . Now I need to access this in Ireport with key as country_name I tried following in ireport,

    $P{$F{COUNTRY_NAME}}.get( 1 );

    but it gives parse errors.

    Can anyone suggest me some way of doing this?

×
×
  • Create New...