Skip to content

Commit 1d10bbb

Browse files
feat: write up dashboards and queries guide (#295)
* feat: write up dashboards and queries guide * Update pages/assess/dashboards_and_queries.md Co-authored-by: Justin Barclay <[email protected]> * Update pages/assess/dashboards_and_queries.md Co-authored-by: Justin Barclay <[email protected]> * Update pages/assess/dashboards_and_queries.md Co-authored-by: Justin Barclay <[email protected]> * Update pages/assess/dashboards_and_queries.md Co-authored-by: Justin Barclay <[email protected]> * Update pages/assess/dashboards_and_queries.md Co-authored-by: Justin Barclay <[email protected]> --------- Co-authored-by: Justin Barclay <[email protected]>
1 parent ed61cf8 commit 1d10bbb

File tree

7 files changed

+59
-0
lines changed

7 files changed

+59
-0
lines changed

images/create-dashboards-1.PNG

144 KB
Loading

images/create-queries-1.PNG

131 KB
Loading

images/create-queries-2.PNG

93.6 KB
Loading

images/create-queries-3.PNG

126 KB
Loading

images/create-queries-4.PNG

144 KB
Loading

images/share-dashboards-1.PNG

132 KB
Loading
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: Queries and Dashboards
3+
layout: pages
4+
parent: Assess
5+
keywords: dashboard, query, collection, organize, refine
6+
last_updated: September 2025
7+
summary: "Create complex queries, build dashboards of queries and share them with your team"
8+
permalink: dashboards-and-queries.html
9+
---
10+
11+
In Tidal Accelerator, you can save complex queries built with our advanced filtering system to your inventory dashboard. Queries can include filters, as well as search values and tags.
12+
13+
For example, you may want to track all applications in the 'production' environment that have a complete transition plan but have not yet been migrated. You can save this as a query, so that you can apply this query with a single click whenever you'd like, rather than needing to manually filter for these values each time you want to work with this subset of applications.
14+
15+
You can then take this further by creating multiple dashboards and sharing them with your other team members.
16+
17+
## Creating Queries
18+
19+
You can create queries for applications, servers and databases.
20+
21+
From the Dashboard, click 'New Query' and select a record type.
22+
23+
{% include image.html file="create-queries-1.PNG" %}
24+
<br>
25+
26+
You will be taken to the record page, with the advanced filter sidebar open. Here you can build your query by selecting filters. Note that queries allow you to save all configuration from a record view, so you can also set a search value, as well as tags.
27+
28+
{% include image.html file="create-queries-2.PNG" %}
29+
<br>
30+
31+
To save, click 'Save Filter' in the bottom right of the filter drawer. Give this query a name and select a dashboard to save it to.
32+
33+
{% include image.html file="create-queries-3.PNG" %}
34+
<br>
35+
36+
Navigate back to the dashboard page, and you will see your query saved as a card listing the filters that are applied, as well as the search value and tags (if you have set them).
37+
38+
{% include image.html file="create-queries-4.PNG" %}
39+
<br>
40+
41+
## Creating Dashboards
42+
43+
You will have a 'main' dashboard by default, but you can also create new named dashboards. Click on the '+' button next to the 'main' dashboard tab.
44+
45+
{% include image.html file="create-dashboards-1.PNG" %}
46+
<br>
47+
48+
Set the dashboard name and click 'Submit', and this dashboard will now be available as a tab.
49+
50+
## Sharing Dashboards
51+
52+
You can share any of your dashboards with others in the same workspace. They will have access to these dashboards, but will not be able to edit or delete them.
53+
54+
To share a dashboard, navigate to the dashboard you'd like to share and click the 'Share Dashboard' button.
55+
56+
{% include image.html file="share-dashboards-1.PNG" %}
57+
<br>
58+
59+
Select a user you'd like to share this dashboard with and click 'Submit'. This user will receive a notification, and the dashboard will appear for them to use.

0 commit comments

Comments
 (0)