- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2024 11:54 PM
Hi,
We're currently on the Washington release, where the default behavior sets the last viewed dashboard as the homepage. This works well with standard dashboards, but it doesn't seem to apply to dashboards created using the Platform Analytics app.
Do you have any suggestions on how to achieve this, or how to manually set/edit the homepage for different users? From what I've read, the homepage feature has been deprecated.
Thanks!
Solved! Go to Solution.
- 3,185 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2024 02:32 AM - edited ‎11-04-2024 06:34 AM
I am struggled with the same question. What you can do is adapt the "my_home_navigation_page" user preference to define what the starting page for all users would be:
Old: $pa_dashboard.do
New: /now/platform-analytics-workspace/dashboards
Just make sure you edit the preference that has no user set, and delete all user related preferences of "my_home_navigation_page", if you want to force all users to the new dashboards.
This should always redirect to the most recently selected dashboards, which is exactly what I wanted in my case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2024 02:32 AM - edited ‎11-04-2024 06:34 AM
I am struggled with the same question. What you can do is adapt the "my_home_navigation_page" user preference to define what the starting page for all users would be:
Old: $pa_dashboard.do
New: /now/platform-analytics-workspace/dashboards
Just make sure you edit the preference that has no user set, and delete all user related preferences of "my_home_navigation_page", if you want to force all users to the new dashboards.
This should always redirect to the most recently selected dashboards, which is exactly what I wanted in my case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2025 07:02 AM
I just wanted to post to say that this deserves way more upvotes! When I reached out to support, they said this behavior wasn't possible after moving to Platform Analytics, and after waiting a while before searching again, I stumbled on this answer.
THANK YOU!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2024 06:34 AM
@SimenKnudsen Please check my adapted answer above. I found out that using "/now/platform-analytics-workspace/dashboards" will do exactly what I wanted.