Skip to content

Commit 78cdae6

Browse files
committed
final commit
1 parent 6e79f02 commit 78cdae6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/app/query-editor/parameters.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,8 @@ group by 1
125125

126126
You can use the results of a query as the list of values for a parameter. Doing this allows you to build dynamic dashboards that allow users to choose from a list of values that is populated by a different query. You can choose any query by its query_id and any column by its name. The column data type will be transferred to the parameter.
127127

128-
<p align="center">
129-
<img src="images/parameters/parameter-query-result.jpeg" alt="parameter from query results" title="parameter options" /><br />
130-
<em>Simply pick a query id and column name to populate your parameter list </em>
131-
</p>
132-
133128

129+
![parameter from query results](../query-editor/images/parameters/parameter-query-result.jpeg)
134130

135131

136132
!!! info "Query results"

0 commit comments

Comments
 (0)