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

inanutshellus

Members
  • Posts

    12
  • Joined

  • Last visited

Community Answers

  1. inanutshellus's post in SubDatasets (lists inside lists) in json? was marked as the answer   
    The answer is, in fact, that JSON datasources do not support lists without this patch:
    http://community.jaspersoft.com/comment/reply/705457
     
  2. inanutshellus's post in Can't create a list field with JSON Datasource was marked as the answer   
    Looking in the source, turns out they don't support lists, so you can't do subdatasets without a flat file (which is how the subdataset is done in the Jasper Reports example).
    However, one of my devs has dropped a patch here:
    http://community.jaspersoft.com/jasperreports-library/issues/2500-0
    If you have a JSON List, declare it as an InputStream and send it to your subdataset. All we need now is someone to review the patch.
×
×
  • Create New...