Can you give me a better idea of what you are trying to do? You can query both separately, by using the sheet ID (gid=#) in the URL of the query declaration.
On Apr 22, 12:09 pm, Peter Wraae Marino <[email protected]> wrote: > What is the technique used to query multiple sheets within the same > spreadsheet. > > var query1 = new google.visualization.Query( <mySpreadsheet> ); > query1.send( handleQuery1 ); > > var query2 = new google.visualization.Query( <mySpreadsheet> ); > query2.send( handleQuery2 ); > > I would like to build a custom datatable from the response from query1 and > query2, so how should I go about handling this? > I ask because the two handles will be called at different times. > > Peter > -- > Bellinge Gymnasterne:http://www.bellingegymnasterne.dk > Power Tumbling:http://www.powertumbling.dk > OSG-Help:http://code.google.com/p/sigmaosg > Personal Site:http://www.marino.dk -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
