Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Dashboard in Workspace

Kaustubh k
Tera Expert

 

Hi Team,

 

How to add a platform analytics dashboard in Landing page of workspace 

 

Thanks in Advance

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron

@Kaustubh k 

this is possible

Add Platform Analytics pages to a configurable workspace 

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

 

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

2 REPLIES 2

Ankur Bawiskar
Tera Patron

@Kaustubh k 

this is possible

Add Platform Analytics pages to a configurable workspace 

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

 

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

dineshch
Tera Expert

We can control this landing page using user preferences in "sys_user_preference" table, 
we will have a record with name as "my_home_navigation_page" and value as default, set the value to " 

/now/platform-analytics-workspace/dashboards/ " and update it,

this is will effect all the user in the instances,

dineshch_1-1765771259831.png

 

If the user wanted to set their own landing page , they can set using preferences  in the Next Experience menu,
for which you need this system properties "glide.next_experience.user_selected_landing_page_enabled" system property to TRUE, if you don't have one create it with value as true , 
this should enable you the preferences  in the Next Experience menu

dineshch_3-1765772127698.png