Open simple list page in workspace from viewport

BriTaylor
Kilo Sage

Hi all,

 

I have been struggling with this for a few days now and need some assistance. I have a requirement to use a viewport which displays a page collection containing data visualizations. When someone clicks on these visualizations, I want it to open a simple list displaying the records which match the query of the visualization.

 

I know how to get this to work if the visualization was directly on a workspace page, but because I need for these to be displayed on two different pages I figured a reusable page collection was the way to go but now that I have setup the collection the way I want, I can't seem to pass the information needed back from the viewport to the parent page.

 

This is inside of a custom scoped application, not sure if that matters.

 

Any assistance would be appreciated.

2 REPLIES 2

Tanushree Maiti
Kilo Patron

Hi @BriTaylor 

 

Refer: Create a simple list visualization in the Visualization Designer 

https://www.servicenow.com/community/developer-forum/ui-builder-data-visualization-question/m-p/3057...

https://www.youtube.com/watch?v=Gx76917_Chk

https://www.youtube.com/watch?v=Z8RMT3nw-U8

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:
Chapters: 00:00 Intro 00:14 Data visualizations 01:14 Create visualizations 02:37 Add visualizations to a dashboard 02:47 Edit visualizations 03:18 Share, export, and schedule visualizations #servicenow #servicenowdemo # Role required: admin, viz_admin This video was recorded in the Yokohama ...
Chapters: 00:00 Intro 00:14 Data visualizations 01:14 Create visualizations 02:37 Add visualizations to a dashboard 02:47 Edit visualizations 03:18 Share, export, and schedule visualizations #servicenow #servicenowdemo # Role required: admin, viz_admin This video was recorded in the Yokohama ...
In this video, we walk through how to connect a Data Visualization component (like a bar chart) to another page in ServiceNow UI Builder and automatically pass filters so the destination page shows only relevant records You'll learn: How to use the Data Visualization component to display grouped ...

Vishal Jaswal
Giga Sage

Hello @BriTaylor 

Are you trying to achieve something like this where clicking on a visualization gives you the list view at the bottom: https://incident.do/2023/02/21/adding-a-visualization-to-the-overview-section-of-the-servicenow-serv... 


Hope that helps!