HI Michael,
Here are notes from Chad:
Basically you can do this a few ways…
1. You can setup a querystring token in Tailored Text/HTML – I would do this first
2. You can setup individual SQL tokens for each and every token you want
OR
You can setup a single query and reference that querystring token. Such as Select * from YourTable where ID = $(YourQuerystringToken).
This is also demonstrated here:
http://www.datasprings.com/default....serID=5955
Exact details are on the page with instructions well
I would however recommend using a stored procedure instead of just a query for security purposes.
Thanks!