Project Planning Console/Status Report UI Action RedirectionIssue Planning Console link and related tabs on top redirect to the top most Project rather than the Sub Project it was clicked from.ResolutionThat this is the expected and designed behavior. When you select the "Planning Console" UI Action, it gets the top_task field from the Sub Project to load (which is the Master Project).This is the code trace if you want to see for yourself:UI Action "Planning Console" loads the "$pmview" UI PageThe UI Page hits the "PMViewDataUtils" Script Include's "getProjectDetails" method at line 45.In the method, it takes the top_task to load the Planning Console.Since the Main Project is loaded, going to any of the tabs such as Status Report will be for the Main.The purpose of the Planning Console is to give a complete overview of the Main Project including all Sub Projects below it. This is why the Main Project loads in.Please take a look at this documentation as well:TheProjectPlanningConsole DOC