[visualization-api] Re: Query Language: is not null is not working

2009-07-01 Thread rosalynmetz
Thanks VizBoy! That was it. On Jul 1, 11:41 am, VizBoy wrote: > My first guess would be that this is a column of type text and text type > cells does not have a null value, only empty strings. > So please try: > where G != "" > instead > > Regards, >     VizBoy. > > On Wed, Jul 1, 2009 at 6:1

[visualization-api] Re: Query Language: is not null is not working

2009-07-01 Thread VizBoy
My first guess would be that this is a column of type text and text type cells does not have a null value, only empty strings. So please try: where G != "" instead Regards, VizBoy. On Wed, Jul 1, 2009 at 6:16 PM, rosalynmetz wrote: > > I have a spreadsheet that i'm querying. Below is my qu