Report is showing Sys_ID instead of Company NameIssue Report is showing Sys_ID instead of Company NameCauseDisplay value of field 'banner_image' for table 'core_company' has been set as 'true'. Please follow the below steps to reproduce the issue. Navigate to System Definition -> Dictionary (sys_dictionary.list)Select table as 'core_company' and field as 'banner_image'See that the display value for this field 'banner_image' has been set as 'false'. Change it 'true' and save. Screenshot below Navigate to Reports -> create newGive a name to the report.Select source type as 'Table'Select table as 'Contract [ast_contract]'From the Type tab, select Bar reportFrom the Configure tab, select Group By as 'Expiration Level', Stack By - Vendor or Company (this is important)Select stacked bars under Stack by (this is optional)Select Aggregation - count and Maximum no of groups - Show All and Select Show Other checkbox (these are optional)Run the report.Observe that the stack by vendor list shows the sys_id instead of company names. So wherever the company name is referred, it will display the sys_id instead of the company name. Screenshot below ResolutionNavigate to System Definition -> Dictionary (sys_dictionary.list)Select table as 'core_company' and field as 'banner_image'Change the display value of field 'banner_image' to 'false' for the 'core_company' table and save it.Now run the same report again.Observe that the stack by vendor list shows the company names (which is correct)