Is there no way to filter on a collection of values with
getFilteredRows()?  Not a scalar or range?

Neither of these will work...

getFilteredRows([{column: 3, value: 'AA11'}, {column: 3, value:
'AA22'}]);
getFilteredRows([{column: 3, value: ['AA11', 'AA22']});

Ability to filter on a set would be useful.

Also, ability to leverage regular expressions (something the API seems
to fail at broadly) with these filters would make sense.

-- 
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.

Reply via email to