Description Usage Arguments Value Examples
adds date restriction to a object of type 'CONCEPT' or 'CONCEPT_QUERY'
1 | add_date_restriction(query, start_date, end_date)
|
query |
that will get the date restriction |
start_date |
start date of date restriction in format: YYYY-MM-DD |
end_date |
end date of date restriction in format: YYYY-MM-DD |
query with date restriction
1 2 | query = add_date_restriction(query,
start_date="2019-01-01", end_date="2019-12-31")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.