how to sort all fields using ireport
Posted on February 23, 2016 at 5:36am
Hello,
I have created one report with two subreports without table structure.
Now i want to set sort option on all fields.
How to set ascending, descding to all fields.
Joined: Mar 11 2015 - 11:50pm
Last seen: 6 years 11 months ago
Posted on February 24, 2016 at 7:02pm
Set "ORDER BY" in your jdbc datasource's SQL statement.
Joined: Apr 24 2010 - 4:31pm
Last seen: 4 years 3 months ago
Posted on February 28, 2016 at 11:21pm
I want to set sort options on each fields, not by order by in sql.
Joined: Mar 11 2015 - 11:50pm
Last seen: 6 years 11 months ago
i need to set sorting on every fields of my report, not by order by in sql query.