adhoc view table with two groups and on column

I created a table in an adhoc view of jasperreports server 7.5, with two  groups (column1 and colunm2) and one column (column1)

The sequence of group to be active is firstly column2 and then column1(sql like select column1 from test group by column2,column1) but not  firstly column1 and then column2.

This phenomenon is different from the one of jasperreports server 6.4(sql like select column1 from test group by column1,column2)

I think it is an bug in jasperreports server 7.5. How to fix it?

Thank you!

mc.sirius's picture
Joined: Aug 2 2021 - 8:09am
Last seen: 2 months 2 weeks ago

Can't you just swap Column1 and Column2 in the group field of the Ad Hoc View editor? Does that not work?

mbielkiewicz - 3 months 1 day ago

1 Answer:

If you believe you've identified a bug in JasperReports Server Pro, please log a support ticket at support.tibco.com with the account of your company.

rpeguet's picture
13383
Joined: Mar 8 2011 - 2:06am
Last seen: 5 days 21 hours ago
Feedback
randomness