How to write large AdvSQL reports with more than 50000 characters?
Dear Report Builder gurus
I have developed a complex report within Report Builder with AdvSQL (for DB2).
Unfortunately Report Builder complains now, when I try to enhance the query, that the SQL query length is exceeding 50000 characters.
DB2 itself allows much longer SQL queries. Why is there a limitation in Report Builder for 50000 characters and is there a way to extend this limit. Or does this need a support case to get a defect against RB?
I‘m blocked now by this limit to implement requested features to the report.
Thanks for any hint
Guido
2 answers
Hi Guido, I am not aware of such restriction. Would be better if you open a case against IBM support.
As a workaround, try to create a view in the database, which could simplify the query and create the Advanced SQL query against the view.