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

itssamrat

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 itssamrat

  1. Hi phantastes, Thanks a lot for ur reply. I was also thinking in the same lines. But i didn't know how to implement it. Can i have the values in the variable as comma separated strings such as :- '1000','1001','1002' Also can you kindly explain me the variable expression code :- "".equalsIgnoreCase($V{City_List}) ? $F{city} == null ? $V{City_List}:$V{City_List}+""+$F{city}.trim(): $F{city} == null ? $V{City_List}:$V{City_List}.contains($F{city}.trim()) ? $V{City_List} : $V{City_List}+", "+$F{city}.trim() A brief walkthrough will help me understand. Thanks a lot in anticipation Samrat.
  2. Hi experts, I have a report where i am getting multiple account ids say 1 and 2 and 3 and 4 and 5 I need to pass all these account ids to a subreport as a parameter . The subreport SQL will have a clause :- accountid in $p{accountid} so in $p{accountid} i need a comma separated list of account ids. but these accountids are returned rowwise(5 separate rows) in master report. can you please tell me how can i prepare a comma seprated list of accountids to pass to my subreport. Cheers, Samrat. so in $p(
×
×
  • Create New...