sql interpreter output as input to a dynamic form

2016-12-17 Thread t p
Using psql/postgres interpreter, I’d like to: - Store the result of a query into a form/variable in one paragraph - Use that form/variable as an input to drive the results/visualization of the second paragraph The documentation here outlines how one can use forms in queries, however it does not

Re: line graph after psql query

2016-12-17 Thread t p
Following up on my question here. Perhaps this goes into a FAQ of some sort. I’ve got time series data set (returned from SQL) which has 3 columns: timestamp, id, value. I was trying to plot a line per “id” with x-axis (timestamp) and y-value (value). The scatter plot works, but result is not n