Skip to content

Commit aa7f2d0

Browse files
Update explore-analyze/_snippets/variable-control-form.md
Co-authored-by: Benjamin Ironside Goldstein <[email protected]>
1 parent 20fb738 commit aa7f2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explore-analyze/_snippets/variable-control-form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* For controls with **Values from a query**, write an {{esql}} query to populate the list of options.
44
* The name of the control. This name is used to reference the control in {{esql}} queries.
55
* Start the name with `?` if you want the options to be simple static values.
6-
* {applies_to}`stack: ga 9.1` Start the name with `??` if you want the options of the control to be fields or functions.
6+
* {applies_to}`stack: ga 9.1` Start the name with `??` if you want the options to be fields or functions.
77
* The values users can select for this control. You can add multiple values from suggested fields, or type in custom values. If you selected **Values from a query**, you must instead write an {{esql}} query at this step.
88
* The label of the control. This is the label displayed in **Discover** or in the dashboard.
99
* The width of the control.

0 commit comments

Comments
 (0)