Hello friends, I want to fire a query to a spreadsheet. For example the spreadsheet contains the following data:
Group Name Group id Class 1A ID 001 Class 1B ID 001 Class 2A ID 002 Now I am to fetch all the records where group id is ID 001. I am doing: self.gd_client = gdata.spreadsheet.service.SpreadsheetsService() query = gdata.spreadsheet.service.ListQuery() query.sq = 'qroupid==ID 001' groupFeed = self.gd_client.GetListFeed(groupKey, query=query) Please note, I have removed the space from 'groupid' column name. but still getting the exception for bad request. Please help me, how to tackle this space problem in data. Thanks Ashish Agarwal --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---