The controls can't be made to operate on a row of data, but you can pull data from the row, insert it into a column in another DataTable, and then filter on that. With the results of the filter you can perform any operations you want on the base data set. Here's an example that uses this technique to select the columns used to draw a chart: http://jsfiddle.net/asgallant/WaUu2/
On Saturday, August 3, 2013 6:10:12 PM UTC-4, kpj wrote: > > Hello all, > > I have data in my excel sheet which has a data that looks like this > > 1st row .........Extended data > 2nd row..Inventory, safety stock, time taken etc > > so, i want to create a control wrapper (drop down ) which has options of > alll extended data columns > i.e my dropdown should have all the 2nd row values in it > > Can i create a control wrapper like this? > please advise > > Thanks > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
