Report on task_sla table will not load due to duplicate report range labelsDescriptionReports will be prevented from appearing due to duplicate labels in report ranges because a duplicate range definition would cause the chart to render a duplicated datapoint (a duplicate bar or a slice and duplicate legend item, in the chart). It will show the below error if we run a report on task_table table. ERROR: Cannot generate the report. There are report ranges with duplicate labels configured, for table task_sla, attribute business_percentage"CauseThis is due to the same report range existing in the Global scope as well as the Human Resources Core scope. Report ranges are considered global values. We don't filter ranges by the application scope of the report, we simply apply report ranges as a global definition. We can see the same error if the duplicates are both in the Global scope. Create a report range for global, and the same report range for a different scope, with the same label (i.e. '0-20%'). Reports using one report range or the other will no longer load due to the error.ResolutionIt would be more ideal to have a business rule directly on the (sys_report_range) table validating that you don't duplicate range label and range value, but still, that wouldn't resolve the support for scoping. To work around this issue, we need to remove the duplicate labels from other application scopes.