[#14566] - adhoc view table with two groups and one column

Category:
Bug report
Priority:
Immediate
Status:
Feedback Requested
Project: Severity:
Major
Resolution:
Open
Component: Reproducibility:
Always
Assigned to:

I created a table in an adhoc view of jasperreports server 7.5, with two groups (column1 and colunm2) and one column (column1)
the first group is column1(data: groupA, groupB, groupC...), and the second is column2(data: group1, group2, group3...)

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

This phenomenon is different from the one of jasperreports server 6.4(result is 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!

AttachmentSize
Image icon phenominon_of_7.5.0.png21 KB
v7.5.1
Ad Hoc
mc.sirius's picture
Joined: Aug 2 2021 - 8:09am
Last seen: 1 week 2 days ago

1 Comment:

#1
  • Priority:Normal» Immediate
Feedback
randomness