ficuscr
unread,May 15, 2012, 7:19:39 PM5/15/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
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.