How to view query in existing BIRT spreadsheet report in BIRT 11. Need to analyze the query to find the tables used in it.
Asked
Active
Viewed 104 times
0
-
do you only have the excel file that was generated by BIRT? You can always look at the XML of the rptdesign file. – Jeroen Aug 26 '16 at 10:04
1 Answers
-2
You will have rptdesign
as xml
configuration file for your report/spreadsheet.
You will find query in it enclosed in []
brackets.

J. Chomel
- 8,193
- 15
- 41
- 69

Divya Jain
- 1
- 1
-
there will be many things between brackets in any report design file. The only thing true is that the query is "somewhere" in the rptdesign file. – Jeroen Sep 08 '16 at 20:02