How is it possible for me to include every thing in column 6 except for if
a cell has the word "Content" in it. I am making a chart and have the
following code so far.
var tableChart = Charts.newTableChart()
.setDataViewDefinition(Charts.newDataViewDefinition().setColumns([6,7,9])).setDimensions(600,
1000)
.build();
and it works like it should but I want to be able to exclude certain values
in column 6.
Thank you!
--
You received this message because you are subscribed to the Google Groups
"Google Spreadsheets API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.