I have discovered that if you replace
window.open('http://strongbad/reports/viewer/html/viewer.aspx?id=398&sf=({qu
ote.quotenumber})=\'QUO-01002-9QRYHR\'')
with
window.open('http://strongbad/reports/viewer/html/viewer.aspx?id=398%26sf=({
quote.quotenumber})=\'QUO-01002-9QRYHR\'')
(replace the & with a %26) in the onchange event of a picklist, the quote
page will display and you can call the report by changing the value in the
picklist. However, you will get an error returned by the report viewer that
doesn't like the %26. If, in the report viewer page, you change the %26 to
an &, the report then runs fine.
Ack. Anyone have any ideas on a way around this without custom programming
a new web page to decipher this data? I'd like to get the base
functionality to work.
Thanks,
Eric