Skip to content

Commit d819989

Browse files
authored
update filters (#868)
1 parent fcfb308 commit d819989

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed
-1.31 KB
Loading
42.7 KB
Loading

modules/ROOT/pages/dashboards/parameters-and-filters.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Filters can be created in two ways:
1313
Create a filter to see which companies are based in a city, with the default set to London.
1414

1515
.Example: Filter to see which companies are based in a city with the default showing London
16+
[.shadow]
1617
image::dashboards/parameters-and-filters/filterexample.png[]
1718

1819
=== Step 1: Define the filter
@@ -43,11 +44,13 @@ RETURN n.companyName AS `Company name`
4344
----
4445

4546
.Cypher query for a table which displays customers within a city
47+
[.shadow]
4648
image::dashboards/parameters-and-filters/london-cypher-query-example.png[]
4749

4850
Changing the city in the filter updates the table dynamically.
4951

5052
.Filter and table showing customers located at the selected city
53+
[.shadow]
5154
image::dashboards/parameters-and-filters/customers-located-at-selected-city.png[]
5255

5356

@@ -86,6 +89,7 @@ LIMIT 10
8689
----
8790

8891
.Using a parameter in a query to display products with a certain number of units in stock
92+
[.shadow]
8993
image::dashboards/parameters-and-filters/inquery.png[]
9094

9195

@@ -108,4 +112,5 @@ The parameter and filter are now connected.
108112
Selecting a value from the dropdown updates the parameter `$unit_param` and updates the table.
109113

110114
.Selecting a new value for the unitsInStock filter
115+
[.shadow]
111116
image::dashboards/parameters-and-filters/filter-and-card.gif[]

0 commit comments

Comments
 (0)