When making an sql query the fields vary and I do not know how I can do so that ireport shows me those fields with their data when I run it. Axis: Query 1: SELECT col1, col2, col3 FROM table; but the report can also receive this other query SELECT col4, col5, col6 FROM table. How to make the ireport load the columns of the query sql
thanks.