Description Usage Arguments Details Value
Creates the paste argument to be passed to the OData service
1 | filterpaste(punct = "&", names, values)
|
punct |
The punctuation that should begin the filter arugment. If filter is the first argument it should be "?" otherwise use "&". |
names |
A |
values |
The values for each field indicated in |
This is an internal helper function. It creates the filter options for the OData calls. Currently it cannot handle "or" type arugments. That is, if you want data from two parks - Park 1 or Park2 this cannot create the appropriate filter - you would have to make 2 data calls. The output of this function is then pasted to the proper url and other arguments to make the complete OData call.
A text string that can be used for the fiter arguement of an OData call.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.