Results not consistent from google
-
Not sure if this is something on the plugin side or on googles side, but it seems like some of my charts are changing and returning inconsistent results, despite no changes to the tables.
For example, I have a column with 10 rows, each is 0 except for three rows with the values of 6, 2, and 4. Let’s call this column E (all integers). Column B is the corresponding name for that row of data.
Using this query “SELECT B, G where G %3E 0 order by G desc limit 5” one would expect three results ordered like so: 6,4,2.
Sometimes I get that result. Other times I get no results returned.I’ve tried removing the limit with no luck. I have not tried removing the order by, as it started returning correct results during my testing.
Let me know if there is any more data I can provide.
Thanks again for your awesome work and great support!
https://www.ads-software.com/plugins/inline-google-spreadsheet-viewer/
- The topic ‘Results not consistent from google’ is closed to new replies.