Dashboards in mobile app
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello,
I want to display existing dashboards to the user in mobile app from web.
Can I do so? Please help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @mansigoel
This has been resolved in a similar thread over here:
Solved: View Dashboard in Now Mobile app - ServiceNow Community
That should help you resolve your issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @mansigoel
Refer:
https://www.youtube.com/watch?v=yAIAcVg63hk
https://www.youtube.com/watch?v=1IJDXxg1faY
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Out of the box, ServiceNow dashboards created for the web interface are not fully supported in the Mobile app. The Mobile app has its own UI framework and doesn't render standard web dashboards in the same way.
If you want to expose dashboard information on mobile, you have a few options:
- Mobile Dashboards (if available in your release/licensing) for a mobile-optimized experience.
- Create a Mobile Applet/Screen and display the required reports, lists, or KPI data using Mobile components.
- If users only need to access the web dashboard, you can provide a deep link/URL to open it in the device's browser, although the experience won't be optimized for mobile.
If your requirement is to have the same interactive dashboard available inside the ServiceNow Mobile app, that's not supported out of the box. Instead, you'll typically need to recreate the required analytics using Mobile-friendly components.
If you can share whether you're using Now Mobile, Employee Center Mobile, or a custom Mobile app, it would help narrow down the best approach.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @mansigoel
have a look at this thread Solved: Re: View Dashboard in Now Mobile app - ServiceNow Community
Thanks