javascript - Filter BigQuery Results in Google Apps Script -


i'm trying filter rows in bigquery response based on condition in google apps script. tried:

var rowscountry = rows.filter(function(r) {     return r.f.country_code = goodcountry;     });   

but doesn't seem work. please find documentation response structure here. want keep rows goodcountry variable in country_code field. help?


Comments

Popular posts from this blog

python - argument must be rect style object - Pygame -

c++ - Qt setGeometry: Unable to set geometry -

php - Zend Framework / Skeleton-Application / Composer install issue -