Using a Mashup Parameter as the Query Filter?
How can I include a parameter passed into the mashup as the input to a query?
For example:
- MashupA has a mashup parameter named “PassedSiteId”
2. The mashup uses the query service “QueryImplementingThingsWithData”. (Note: SiteId is one of the properties of the instantiated Things and I want to filter on that).
So I want the query in the “QueryImplementingThingsWithData” to be: SiteId = PassedSiteId
I only see how to place hard coded literals in the query target.
Any pointers to documentation or examples?
Thanks,

