If you are querying the sheet properly, all changes will be reflected in your charts; if the charts are not reflecting the changes made, the most likely explanation is that your query is wrong.
On Monday, March 11, 2013 11:01:26 AM UTC-4, [email protected] wrote: > > Also I have charts with data ranges on different sheets, and when I make a > change in the data the change is only seen in the chart with the range of > one of the sheets and not the others. Why is that? > > > On Thursday, March 7, 2013 3:59:47 PM UTC-5, asgallant wrote: >> >> Looking deeper, using ranges, you can select an entire row. Setting >> "range=1:6" would select rows 1-6. I was thinking about it from the >> SQL-side, but I see that the spreadsheets offer range-based selection as >> well. >> >> On Thursday, March 7, 2013 3:54:06 PM UTC-5, >> [email protected]: >>> >>> Thank you this helps very much! I think its stupid that you can't select >>> an entire row as a range in google though >>> On Thursday, March 7, 2013 2:35:06 PM UTC-5, >>> [email protected] wrote: >>>> >>>> I created a simple table in Google with data that updates dynamically >>>> every month. The issue is that in order to include the new data in the >>>> table I have to change the table range manually to fit the new data. When >>>> I >>>> select the entire row as the range the table includes the null values as >>>> well. How do I force the table to ignore the null values while still >>>> keeping the range as the entire row so that data will automatically be >>>> inserted into the chart? Below is the code I used for the chart: >>>> >>>> <script type="text/javascript" src="// >>>> ajax.googleapis.com/ajax/static/modules/gviz/1.0/chart.js"> >>>> {"dataSourceUrl":"// >>>> docs.google.com/spreadsheet/tq?key=0AgS7ggl5lZGHdGRWbE16Zno1bE1scnFuaVpWeWFDWEE&transpose=0&headers=1&range=A9%3AAL11&gid=0&pub=1","options":{"titleTextStyle":{"fontSize":16},"vAxes":[{"useFormatFromData":true,"title":"Left >>>> >>>> vertical axis >>>> title","minValue":null,"viewWindow":{"min":null,"max":null},"maxValue":null},{"useFormatFromData":true,"minValue":null,"viewWindow":{"min":null,"max":null},"maxValue":null}],"booleanRole":"certainty","title":"Chart >>>> >>>> title","height":110,"showRowNumber":false,"animation":{"duration":500},"page":"disable","width":900,"hAxis":{"useFormatFromData":true,"title":"Horizontal >>>> >>>> axis >>>> title","minValue":null,"viewWindow":{"min":null,"max":null},"maxValue":null}},"state":{},"view":{},"chartType":"Table","chartName":"Chart >>>> >>>> 11"} </script> >>>> >>> -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
