Bar Chart reports do not show correct data when stacked by a reference field with a String field with display as true on the tableDescriptionOn bar chart type reports, a reference field can be used in the Stack by fields. The report does not render data correctly if the referenced table has a String field set to Display = true.Steps to Reproduce Create a custom table, u_rma_actual_faults as exampleCreate a new dictionary field on this table Type = StringLabel = Actual faultsName = u_actual_faultsmax length = 60Display = trueActive = trueSaveCreate a new custom table extending from Task u_test_PRB1347726 for exampleCreate a new reference field on this u_test_PRB1347726 tableType ReferenceLabel = Actual faultsName = u_actual_faultsReference table: u_rma_actual_faultsSaveAdd some data on both the tables. You might need to configure the form on u_test_prb1347726 to add the RMA actual faults field.Create a new report based on u_test_prb1347726 tableType = Bar chartTable = u_test_prb1347726group by = Assigned toStacked BY = Actual faultsCheck setting for Display data tableSave and Run report. The chart shows as no data to display, but the data table shows the records correctly.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. Removing the display setting from the field allows the report to render correctly, but shows sys_ids on the stacks. Add a new name field on the table with same data as Actual Faults, so the name will have by default display = true and the chart will render correctly.Related Problem: PRB1347726