Dynamic Chart

Wouldn't it be great to update your charts instantly after you received a new response?

With the help of the Google Sheets Query function, this becomes super easy.


The Example:

Among other meter values you're collecting information of your water meter for a while now. All response values are stored at your Google Form response Sheet. In order to filter out only your water meter values, use following formula at a new sheet: =QUERY('MaintainApp Responses'!A1:H, "SELECT A, B where B > 0 order by A desc",1)) -> this will filter all your water meter values at column B, and sort it decending of your Timestamp (column A).