.kxdash.dashexec["select from t";`rdb`hdb;raze]
(i.e. .kxdash.dashexec[thing to run; processes to run against; join function])
A few things to note:
a) This is not fully tested; it has been tried with the TorQ-Financial-Starter-Pack and appeared to be working as expected (as shown in the screenshots). Testing is still a work in progress. Examples of the functions used were
.kxdash.dashexec["select sum size by sym from trade";`rdb`hdb;{sum x}]
In both cases, dashboards is directly connected to the gateway port of the running TorQ stack.
b)if Kx change the format of the request, or if there are other ways that the dashboard queries data then we will have to adapt/extend for that
Hopefully this helps, if you run into any problems let us know.
Thanks,
James