Hi, I have to create a report using iReport and JasperReports using data from a MySQL database that is stored as a longblob type. I have to use multiple blobs in the report; which blob I use where is determined by other entries in the database, so I can't pre-parse the blob and then pass parameters to the report. Is it possible to parse a blob of text (not XML) from inside a report? If so, how?
Regards, Fritz Meissner
