Reporting on Database View table displays incorrect field label for group by label in reports where a sys_documentation record exists for the view prefix valueDescriptionReporting on Database View table displays incorrect field label for group by label in reports where a sys_documentation record exists for the view alias. When a label exists for a database view's prefix value, the instance renders the column's label instead of the view's label when applying a group by value to the report. Steps to Reproduce 1. Create a table that extends task - u_call.2. Create a field on task called u_supprting_service with a label value of 'Offering'.3. Create at least one record on u_call where u_supprting_service holds data.4. Create a database view called test_view that contains u_call and set the prefix value to 'cal'.5. Create a sys_documentation record with the following info:Table: test_viewLabel: CHANGED LABELPlural: CHANGED LABELSElement: cal_u_supprting_service6. Create a bar report that uses test_view.7. Group by cal_u_supprting_service.8. Check the Display data table box. Notice the group by value is 'Offering'.WorkaroundAfter carefully considering the severity and frequency of the issue, and the cost and risk of attempting a fix, it has been decided to not address this issue in any current or near future releases. We do not make this decision lightly, and we apologise for any inconvenience. Related Problem: PRB1345143