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

Everything posted by shahkruti1695

  1. My need is to show some records based on some status value which can have 3 vales a ,b or c Now if c status has no records i need to show records not found. Same goes with a and b. how can this be done?
  2. From java code I pass a parameter to ireport like this fillReportToFile(sourceFilename, map, beanColDataSource1); where map is something like this 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...