Agent workspace - Report - Workspace view not being respected / not workingIssue When navigating to a report in agent workspace the view is not being respected, all the fields listed in the workspace view are not shown.CauseThis issued is being caused by the fact that there is a view named with the sys_id of the workspace view. For example: VIEW NAMEVIEW SYS IDWORKSPACEd1935e7287b3111086b18626dabb35b3d1935e7287b3111086b18626dabb35b38c32dbe7873c23302e3dd61e36cb0b1c0 1st - When a "Drilldown view" is selected in the report style it passes the views sys_id as parameter to workspace. 2nd - The user then open the report in Agent Workspace, the URL then receives the parameter assembling the URL with it for example: /view/d1935e7287b3111086b18626dabb35b3. 3rd - the Workspace first matches the views by this name and then if nothing found by sys_id. > Considering the that view is named with the sys_id of the workspace view, it matches by name, causing the odd behaviour. This issued is being caused by the fact that there is a view named "d1935e7287b3111086b18626dabb35b3", which the name corresponds to the "Workspace" view sys_id.Resolution In order to fix the odd behaviour you may remove view named after the workspace's sys_id.