How can I pass list of values (like a comma separated values) to test function.
On Friday, August 22, 2014 at 9:00:11 AM UTC-5, Sergey wrote: > > You can use a filter with a 'test' function. Here is an example: > http://jsfiddle.net/0h7fxsLu/ > > On Fri Aug 22 2014 at 2:34:58 AM Bill Shetti <[email protected] > <javascript:>> wrote: > >> 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] >> <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at >> http://groups.google.com/group/google-visualization-api. >> For more options, visit https://groups.google.com/d/optout. >> > -- 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 https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/5f7a5715-e146-470c-9505-173955121f61%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
