Need to know how to get YQL to return only data that’s newer than a date that I specify.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It depends on the Data Table you are querying and the web service that’s behind it.
For example, facebook graph allows you to set a
sincequery parameter, and you can map akeyon it on your Data Table.If not, filter on the
dateelement in you resultsThis should work, provided that your dates are formatted in a way that makes alphabetical ordering equivalent to temporal order.
If your query is something like
put the filter before the pipes: