How can I export multiple tables with GwtPollDialog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2016 04:00 AM
I am using GwtPollDialog to export a table to a spreadsheet. As it appears that I can't export multiple tables at the same time in servicenow I want to trigger the GwtPollDialog function a second time once the first dialog has closed.
Can anyone help re the script needed to detect the first dialog is closed so that the second dialog can be initiated ?
thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2016 04:04 AM
Hi Russell,
Can I ask what the ultimate objective of exporting multiple files is? It could be that there are other solutions to do what you are trying to accomplish. Knowing the goal or objective might shed some light on it. Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2016 04:05 AM
Per my earlier comment, Helsinki has a feature called Scheduled Data Exports...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2016 04:17 AM
Hi Chuck,
I want to be able to export change_requests and any intersecting blackout (cmn_schedule_span) windows.
I can create separate buttons to export change requests and blackouts but ideally I want to combine them into one button/function
Russell

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2016 04:20 AM
Thanks Russell for the clarification on the "what"... can you help me understand the "why"? What is your intent once you have these two tables exported? My gut tells me there may be more effective ways to look at this information real-time within the system than export it to spreadsheets and then massage it in Excel (something I've been guilty of in the past.)