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

android - questions about switching from C2DM to GCM -

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

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -