I am currently using the Grafana kdb+ API, and need help
setting variables using the "query" option, if anyone is familiar?
What I want to do is populate the symbol list drop down
with values returned from a query, as opposed to hard-coding them.
Currently, under settings->variables, I set "select variable type" to Query
and run this function, getSymbols[], on a relay process (not the Gateway)
which is defined as
getSymbols:{[] "ABC,CDE,FED,AIB"}
but there is an error in Grafana when I do this, saying
Uncaught Error: Check Query. Syntax error with: [ "ABC","CDE","FED","AIB" ]
So it doesnt like the CSV file format, which I what I thought it needed
Anyone know what I am doing wrong here?
I have also checked what .
z.ws is returning and looks fine
Thanks
Jer