Bar graph
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 06:47 AM
I have created a bar graph, On click of a bar, certain fields has to be displayed in a list view.
I have created a UI view and added 8 fields in it. So on click of the bar, Page should automatically redirect to the list.
Since there has many views, every time I click the bar, am manually clicking that view(which I have created) in context menu and able to see the list I want.
Please let me know how to link this view to the bar graph report so that automatically, the view will open.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 08:05 AM
I think there are two good options here:
- Define the drill-down, which would essentially point them to another report that contains just the columns you want: https://docs.servicenow.com/bundle/washingtondc-now-intelligence/page/use/reporting/task/t_DefineARe...
- Set the report click-through behavior. In this way, you can define the view that is used: https://docs.servicenow.com/bundle/washingtondc-now-intelligence/page/use/reporting/task/set-report-...
If anyone knows a better way to control the View value when clicking through, I'd be happy to give kudos. 🙂