Jump to content
Changes to the Jaspersoft community edition download ×
  • parsing mongoDB arrays


    ghudson_1
    • Product: iReport Designer

    Issue Description:

    If your MongoDB query returns a structure containing an array, you cannot dynamically pull individual items out of the array with the typical dot notation.

    [toc]

    Take the following structure as an example:

    db.greg1.save ( { 'name' : 'Rasheed Wallace', socialLinks : [ { 'id' : 'xyz', 'network' : 'Twitter' }
                                                                 ,{ 'id' : 'qrs', 'network' : 'Facebook'}
                                                                ]
                    }
    )
    

    Resolution:


    Ref. Case #00035314


    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...