Many thanks.

On Tuesday, 1 April 2014 03:06:38 UTC+8, Sergey wrote:
>
> Yes, this is now a known issue and the Docs team is looking into it. There 
> are a bunch of problems with the new Sheets that they are trying to fix at 
> the moment, so please be patient.
>
> - Sergey
>
>
> On Mon, Mar 31, 2014 at 6:21 AM, Sky Power and Partners <
> skypow...@gmail.com <javascript:>> wrote:
>
>> Hello.
>>
>> I have similar 
>> problem<https://docs.google.com/spreadsheets/d/11FU5aP3_9AQeegZLT1-yzhONNj1_uReHvmgEHGkiMug/edit?usp=sharing>.
>>  
>>  It works perfectly on the old spreadsheet, but not on the new ones.... 
>> Very annoying.....
>>
>>
>>
>> On Monday, 27 January 2014 22:44:33 UTC+8, Sergey wrote:
>>
>>> You can do this by specifying the range parameter in the URL, when you 
>>> request the spreadsheet. Here is an example URL for your spreadsheet that 
>>> requests the range B2:D2. I bolded the range parameter. https://docs.
>>> google.com/spreadsheet/tq?key=0AsMhUCf4hZD6dEtuVlRydHZLQ3c4U
>>> WZLbzRYMUJiREE&*range=B2:D2*#gid=0
>>>
>>> - Sergey
>>>
>>>
>>> On Sat, Jan 25, 2014 at 12:44 AM, 訓育組 <s...@lkes.mlc.edu.tw> wrote:
>>>
>>>>  https://docs.google.com/a/lkes.mlc.edu.tw/spreadsheet/ccc?key=
>>>> 0AsMhUCf4hZD6dEtuVlRydHZLQ3c4UWZLbzRYMUJiREE#gid=2
>>>> I want the data between the date "B2 and D2"
>>>> How to put the command "where" in the following QUERY ?
>>>> =QUERY('表單回應'!A:D,"select B,C,D order by B desc")
>>>> PLEASE HELP ME, THANKS~!
>>>>
>>>> TheNez於 2011年12月1日星期四UTC+8下午2時52分39秒寫道:
>>>>>
>>>>> you can use the query language to obtain that.
>>>>>
>>>>> use the playground sample to test it: http://code.google.com/api
>>>>> s/ajax/playground/?type=visualization#using_the_query_language
>>>>>
>>>>> 1. change the spreadsheet link to yours
>>>>> 2. in the setQuery function change the query to this:
>>>>> query.setQuery("SELECT C,D WHERE C >= date '2011-11-01' and C <= date 
>>>>> '2011-11-30' ORDER BY C"); 
>>>>> where C is the date column and D is the data column.
>>>>> pay attention to the 'date' type declaration in the query.
>>>>>
>>>>> for more details on the query language go to this link: 
>>>>> http://code.google.com/apis/chart/interactive/docs/querylanguage.html
>>>>>
>>>>> Good luck,
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On Wed, Nov 30, 2011 at 11:07 PM, Derek <derek....@drakerlabs.com>wrote:
>>>>>
>>>>>> I want to query a google spreadsheet to select some columns dependant
>>>>>> on 1 date.  For example, I want all records for orders shipped in the
>>>>>> month of November.  The ship date cell uses mm/dd/yyyy.  How do I
>>>>>> write that I want all records for orders shipped between 11/1/2011 and
>>>>>> 11/30/2011?
>>>>>>
>>>>>> Thanks,
>>>>>> Derek
>>>>>>
>>>>>> --
>>>>>> You received this message because you are subscribed to the Google 
>>>>>> Groups "Google Visualization API" group.
>>>>>> To post to this group, send email to google-visua...@googlegroups.com
>>>>>> .
>>>>>> To unsubscribe from this group, send email to 
>>>>>> google-visualization-api+unsubscr...@googlegroups.com.
>>>>>> For more options, visit this group at http://groups.google.com/group
>>>>>> /google-visualization-api?hl=en.
>>>>>>
>>>>>>
>>>>>  -- 
>>>> 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 google-visualization-api+unsubscr...@googlegroups.com.
>>>> To post to this group, send email to google-visua...@googlegroups.com.
>>>>
>>>> Visit this group at http://groups.google.com/
>>>> group/google-visualization-api.
>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>
>>>
>>>  -- 
>> 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 google-visualization-api+unsubscr...@googlegroups.com<javascript:>
>> .
>> To post to this group, send email to 
>> google-visua...@googlegroups.com<javascript:>
>> .
>> Visit this group at 
>> http://groups.google.com/group/google-visualization-api.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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 google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to