Hi there
I am beginner of pentaho reporting, i use pentaho reporting version 5.0.1,
I am going to design a report, the columns in the query is dynamically generated using parameters. What I do is:
1. I add a JDBC custom query
2. at root of master report, selected query -> name, then click ... to open custom query window
3. input query like:
SELECT ${column}
FROM OFFICES
where CITY=${city}
query running is ok, no error, but empty result.
Can anybody help me figur it out?
The sample is attached.