Hi,

Is there a way to filter on multiple values for a singular column in the 
getFilteredRows?

For instance:

getFilteredRows([{column: 3, value: 42}, {column: 3, value: 50}, {column: 
2, value: 'bar'])

I am looking to have the filter effectively provide rows where 

column 3 value is 42 OR 50 
AND
column 2 value is 'bar'

Is this possible?

Bill

-- 
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/d/optout.

Reply via email to