I have a column chart based on a spreadsheet, that Im updating daily.
my querystring right now is SELECT A, B, C, D, E, F LIMIT 5 OFFSET 17
I want to show in the end of the title the time it was updated.
So I made a column - F - just with one row - 2 - where I change the date.
How can I include that date in my chart