You can try DataTable.getFilteredRows or DataView.getFilteredRows, or you can manually create a DataView that matches the exact elements of the data that satisfies your condition. See http://code.google.com/apis/visualization/documentation/reference.html
On Sun, Dec 12, 2010 at 11:47 AM, Johnathon Taylor < [email protected]> wrote: > Hi All > > I want to know if it is possible to filter data on already filtered > data rather than the full data source each time. > > The has be many times when I would of loved to be able to apply a > simple data filter like "show only people with black hair" but with > the ability to apply this to the data Id already filtered rather than > everyone in the data source with black hair. > > So I would like to be able to add a series of filters to show "Men , > > 40 years old, With Black Hair" from my data. I would like to apply a > gender filter, age range filter and hair colour filter one after > another. > > does anyone know if this is possible ?? > > Thanks guys ! > > -- > 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]<google-visualization-api%[email protected]> > . > 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 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.
