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
You can save this URL as a [Custom Action](https://doc.linkurio.us/user-manual/latest/custom-actions/), and when triggered, the `{{baseUrl}}` and `{{sourceKey}}` will be replaced with your LKE base URL and your current data-source key, respectively, and the final URL will be opened in a new tab. You can always do it manually, if you want.
61
61
@@ -64,11 +64,11 @@ You can save this URL as a [Custom Action](https://doc.linkurio.us/user-manual/l
64
64
In order to display the result of a query template in a table:
65
65
66
66
1. Create a READ query template. For example: `MATCH (n) where n.city={{"City Name":string}} return n LIMIT 1000`.
67
-
2. Note down the newly-created query ID, it will by the value of `queryId`. For example: `queryId=bf450812-5ce6-4efc-a867-2ee9f7b171e1`.
67
+
2. Note down the newly-created query ID, it will by the value of `queryId`. For example: `queryId=bf450812`.
68
68
2. Note down each field title, [URL encode it](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent), prepend it with a valid URL parameter and give it a value. For example: `param_string_City%20Name=Paris`.
69
69
3. Compose a valid data-table plugin URL and open it in a new tab. For example:
You can save this URL as a [Custom Action](https://doc.linkurio.us/user-manual/latest/custom-actions/), and when triggered, the `{{baseUrl}}` and `{{sourceKey}}` will be replaced with your LKE base URL and your current data-source key, respectively, and the final URL will be opened in a new tab. You can always do it manually if you want.
0 commit comments