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
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