Resource Management Resource Reports UI Page does not display filters/conditions. It Shows 'Your chart will appear here. Select the appropriate filters and hit run'Issue Resource Reports UI page does not display filters. Instead it displays the following:--------Your chart will appear here. Select the appropriate filters and hit run.---------- Steps to Reproduce: 1. Navigate to Resource > Resource Reports > Resource Reports2. The resource_reports ui macro should load, but the UI does not loadIt only shows "Your chart will appear here. Select the appropriate filters and hit run."CauseThe arguments in the resource report module url had a wrong special character , hence it was not loading.ResolutionOpen the Resource Report module url /nav_to.do?uri=%2Fsys_app_module.do%3Fsysparm_clear_stack%3Dtrue%26sys_id%3Df51a04b047301200d2937eaecb9a719d After making the changes below on the instance, the Resource Report UI loads as expectedOlder Params in Arguments field:resource_reports.do?sysparm_filters_enabled=true^sysparm_report_type=availability ***Observe the '^' Modified Params:resource_reports.do?sysparm_filters_enabled=true&sysparm_report_type=availability