Hello,
I'm trying to call a report in CE10 using a URL string and am having a few problems with the promptex command. When I call the report without trying to pass parameters, I'm prompted for the parameter and the report then runs fine and brings back all relevant data, i.e.:
However, as soon as I add the promptex command, the correct report is returned, but no data appears. i.e.:
I've tried various things including adding & removing quotation marks and changing the order of the URL string parameters, but to no avail...
Any suggestions? Cheers.
Gavin
I'm trying to call a report in CE10 using a URL string and am having a few problems with the promptex command. When I call the report without trying to pass parameters, I'm prompted for the parameter and the report then runs fine and brings back all relevant data, i.e.:
Code:
[URL unfurl="true"]http://0007322/crystal/enterprise10/admin/en/viewrpt.cwr?id=648&apsuser=BBloggs&apspassword=BBloggs&apsauthtype=secEnterprise[/URL]
However, as soon as I add the promptex command, the correct report is returned, but no data appears. i.e.:
Code:
[URL unfurl="true"]http://0007322/crystal/enterprise10/admin/en/viewrpt.cwr?id=648&apsuser=BBloggs&apspassword=BBloggs&apsauthtype=secEnterprise&promptex-Media%20Volume%20Name="Archive001"[/URL]
I've tried various things including adding & removing quotation marks and changing the order of the URL string parameters, but to no avail...
Any suggestions? Cheers.
Gavin