You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cdiaz you should be able to use it with the consumer API and the where clause:
varconsumer=newsoda.Consumer('data.cityofchicago.org');consumer.query().withDataset('tt4n-kn4t').where("annual_salary between '40000' and '60000'").getRows().on('success',function(rows){console.log(rows);}).on('error',function(error){console.error(error);});
Can anyone provide an example of the Between usage with this library?
https://dev.socrata.com/docs/functions/between.html
The text was updated successfully, but these errors were encountered: