Hi all,
I just want to report a bug I found regarding the dashboard bar chart report. The Field order sort option is not working properly (it is not showing the proper field order).
I found this doing the following.
I created a Single select field with six options (initially). Let’s say:
- option 1 = 100
- option 2 = 200
- option 3 = 300
- option 4 = 400
- option 5 = 500
- option 6 = 600
Then I created a bar chart dashboard report. I chose these options:
- View = specific view
- Field = Single select field mentioned above
- Group by = another Single select field with three options
- Sort = Field order
- Group limit = 15 to allow for some room (just in case)
- Hide empty records unchecked
- Include empty records checked
- Group others unchecked
- Subgroup by Single select field mentioned above
- Orientation Horizontal
- Bars Grouped
Everything works as expected.
I then added a couple of options to the initial Single select field. Let’s say:
- option 4.5 = 450
- option 5.5 = 550
I reorder properly the original Single select field. So the Single select field that I originally created now looks like this:
- option 1 = 100
- option 2 = 200
- option 3 = 300
- option 4 = 400
- option 4.5 = 450
- option 5 = 500
- option 5.5 = 550
- option 6 = 600
Now, even if I create again the report again or if I change vertical and horizontal orientation the field order is not respected getting this:
- option 1 = 100
- option 2 = 200
- option 3 = 300
- option 4 = 400
- option 5 = 500
- option 6 = 600
- option 4.5 = 450
- option 5.5 = 550
I get this both in the graphs themselves and in the label.
Thanks a lot.
Best,
R.J.