Hi,
I've looked all over the internet for an answer to my problem, and cannot find one. I hope someone here will be able to help me.
I have a webi report that prompts the user for an Account ID when it's opened. User puts in an Account ID, report runs, and everything is fine.
The report contains a hyperlink to another webi report. The 2nd report has its own prompts - it prompts the user to enter a "start" and "end" date.
I need the link from the first report to pass the Account ID the user entered when that report was opened to the 2nd report, so the 2nd report also runs only for that Account ID. But the 2nd report still needs to have the user enter a start and end date when it is opened from the link in the first report.
Right now the link works but is missing one thing: the Account ID that was entered by the user in the first report. How can I add that parameter to the link?
This is the link as it is right now:
<a href="../../opendoc/openDocument.jsp?iDocID=AV6LABzkXXBGhcczSW2n6e8&sIDType=CUID&sType=wid&lsSEnter%20Calendar%20Date%20(BO%20Format)(Start)%3A=?&lsSEnter%20Calendar%20Date%20(BO%20Format)(End)%3A=?" title="" target="_blank" nav="doc"></a>
I hope the screen shot I am attempting to attach works. I think I need to write formulas that will pass the Account ID from the 1st report to the 2nd, while still prompting the user to enter start and end dates in the 2nd report. I just don't know how to write the formula.
Any help you can provide would be appreciated.
Thanks.