View Dynamic SQL

Hi,

For debugging purposes, I am try to print the SQL from reports that are generated in the Webi panel and then run. I went into the query.jsp page and put the following code after the call dp.executeQuery() :

dp.getQuery().getSQL();

which prints to a log file but all I get is “Select” and not the rest of the SQL. Any suggestions?

Bill


billbejeck (BOB member since 2004-06-03)