Database view - The progress bar is not displayed for "Business elapsed percentage" (Type - Percent complete on table task_sla) when the stage field is not before itDescriptionDatabase view - The progress bar is not displayed for "Business elapsed percentage" (Type - Percent complete on table task_sla) when the stage field is not before it. - Login to OOTB London Patch 6 instance- Create a database view say: test_view- View Tables:task_sla , variable prefix: tslaincident, variable prefix: tin, where clause: tsla.task=tin.sys_id- Open test_view.list- Configure the list layout to display only the below fields in the same orderNumber, Stage, Business elapsed percentage. Expected behavior: We can see that the values in "Business elapsed percentage" are displayed as percentages with a progress bar - Move the Stage field after Business elapsed percentage.Order: Number,Business elapsed percentage, Stage Issue: Now the values in "Business elapsed percentage" are not displayed as percentages and there is NO progress bar Please check the attached screenshots CauseThis is the expected behavior, because of the following reason: This happens only when the user moves the 'Business elapsed percentage' column to first and second column, the reason being it's a reference column, the first column is a reference to first table and other being reference to other table (since the sla table is created from two DBs here). Reference columns in list do not honor the style information and hence we don't see any percentage bar or any CSS, only text with a reference to the table from where it is being referenced.ResolutionMove the 'Business elapsed percentage' column to the 3rd place or higher in the list layout.