[visualization-api] Re: URL creation for extracting Google Sheets data

2024-04-10 Thread 'Ray Thomas' via Google Visualization API
I've had better luck using the query code from https://developers.google.com/chart/interactive/docs/spreadsheets and the encodeURIComponent function. For example: function drawChart() { var queryString = encodeURIComponent('SELECT C,A,E where E="Fun" ORDER BY C,A'); var query = new

[visualization-api] Re: URL creation for extracting Google Sheets data

2024-04-10 Thread 'Ray Thomas' via Google Visualization API
I've had better luck using the query code from https://developers.google.com/chart/interactive/docs/spreadsheets and the encodeURIComponent function. For example: I've had better luck using the query code from https://developers.google.com/chart/interactive/docs/spreadsheets and the

[visualization-api] Re: URL creation for extracting Google Sheets data

2024-04-10 Thread 'Ray Thomas' via Google Visualization API
I've had better luck using the query code from https://developers.google.com/chart/interactive/docs/spreadsheets and the encodeURIComponent function. For example: function drawChart() { var queryString = encodeURIComponent('SELECT C,A,E where E="Fun" ORDER BY C,A'); var query = new