What about querying for the range of dates from the first day of the month to the last day of the month?
Gabriel On May 8, 8:48 pm, Racz <rbmboo...@gmail.com> wrote: > hello there, > > i am using gdata package with python and i'm trying to query the > spreadsheet for a specific month > > ..... > query_string = 'id == 120018 & time = ?????' > row_query.sq = query_string > row_query.max_results = str(nr_rows) > matching_feed = self.client._GetSpreadsheetsClient().GetListFeed( > self.spreadsheet_key, > wksht_id=self.worksheet_id, query=row_query) > ............. > > i don't know how to formulate the query_string to find only a month > i'm looking for. > > my spreadsheet looks like this > ID Value Time > 120018 705.41 3/21/2009 0:23:00 > 120018 705.41 3/21/2009 1:21:00 > 120022 844.93 3/21/2009 1:21:00 > > any ideas? > > thanks, > Racz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Docs Data APIs" group. To post to this group, send email to Google-Docs-Data-APIs@googlegroups.com To unsubscribe from this group, send email to google-docs-data-apis+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Docs-Data-APIs?hl=en -~----------~----~----~----~------~----~------~--~---