CMDB Query Builder Table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 09:56 AM
Hello, I made a query in the CMDB Query Builder and I am trying to figure out how to save this query to my update set. How can I achieve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 01:20 PM
Hello Samuelbingham,
Please refer below link and try to follow the steps,
Please mark helpful, if it helps you in kick starting.
BR,
Suman.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 06:29 PM
Hi @samuelbingham - You can capture this in update set, Go to the table qb_saved_query list view, search for the query builder which you have created then select it and click on List choice button "Export Query", once you will click on this button it will auto generate the update set and capture those query there.
Adding screenshot for your reference.
Doc link for your reference.
Export and import a query as an update set
Thanks,
Harsh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 07:06 PM
You can export a query definition as an update set by the method suggested by Harsh and retrieve in on the another instance.
Thanks and Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 09:18 PM
Hi @samuelbingham follow these steps
Procedure
- Export a saved query:
- In the Filter navigator, enter qb_saved_query.list.
- Select Enter to navigate to the Saved Queries table.
- In the Saved Queries list view, select the query that you want to export.
- Select Actions on selected rows and then Export query.
- Wait for the Query Exporter to complete the export.
- Import the exported saved query:
- Navigate to System Update Sets > Retrieved Update Sets.
- On the Retrieved Update Sets form, select Import Update Sets from XML.
- On the Import XML page, select Choose file.
- Select the exported XML file.
- Select Upload.
- Open the new record that was added to the Retrieved Update Sets list view.
- On the Retrieved Update Set form, select Preview Update Set Batch.
- Close the Batch Update Set Preview dialog box.
- Select Commit Update Set Batch.
- Close the Commit Update Set Batch dialog box.
If my answer helps you please mark helpful and accept solution