You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A more specific template is given on [spectql.org](http://spectql.org), not that this is an automatically generated visualization, making sure it's a charm for the eye will come soon.
25
+
24
26
### identifier
25
27
26
28
The identifier of the data source on the datatank
@@ -43,9 +45,7 @@ Possible functions are:
43
45
* min = returns the minimum value
44
46
* sum = returns the sum of the values
45
47
* ucase = returns the value in uppercase
46
-
* upper = returns the value in uppercase
47
48
* lcase = returns the value in lowercase
48
-
* lower = returns the value in lowercase
49
49
* len = returns the length of a value
50
50
51
51
### filters
@@ -94,6 +94,19 @@ Let's analyse these queries one by one in order to know what each of them does.
94
94
This last query will return the average age of all the objects where the property city is equal to Chicago.
95
95
96
96
97
+
A note to make is the name of the keys will be the same of the original dataset, unless a function has been used! Then the name will be concatenated to the original name of the key e.g.
0 commit comments