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

maciej.rymarczyk

Members
  • Posts

    1
  • 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 maciej.rymarczyk

  1. Hello experts! I have a subDataset that looks like this: Col1Col2row1.1row2.1row1.2row2.2row1.3row2.3I need to display data from this subdataset as comma separated list, like this: "row1.1, row1.2, row1.3.". (Basically, all the data from certain column merged into one String, and values are separated by commas) I am not very keen on merging the values on the server side. I actually managed to do something like that, by using variables but it doesn't quite work. I am using variables, where subdataset is passing it's variable to main report variable and then there is single TextField on the main report. It works but the TextField is not stretching it's height. (I think TextField is only stretching when the evaluation time is set to "now", but in this case I cannot use "now" as the value is passed after the subdataset is loaded) Anybody achieved all of the above, but with TextField stretching properly?
×
×
  • Create New...