Hello,
I have a master report which has 3 levels of drill:
Year–Region–Sales, when the user clicks on the sales a child report needs to be displayed with details. I am able to link the report but the values are not being passed (the value of year and region are not passed to the child report)
The object in the drill hierarchy where I am embedding the hyperlink is a character, I have changed the object format to a “Number” and enabled the “Read as HTML” option.
When I try to run the parent report, the object is not recognized, get “ORA-01722” invalid number.
Sivakumar,
I think when an object is hyperlinked, the format should be
a number, however I did try by changing the format to a character, did not work.
How do I use the to_char function in the object ?? this should
We are trying to implement this for the first time at our shop. I am in a position where I can drill, I can link, but I can’t drill down to the floor and then subsequently link out to the detailed document.
We couldn’t get Oracle to parse our hyperlink at the universe level, and after spending an hour on the BOB had concluded this would need to be a report level solution.
At the webI level, the link works fine. We are drilling 5 levels deep using a geographic hierarchy, before drilling to fact level details that sit in a report with 5 prompts.
The issue is that the hyperlink cannot be added to the level 5 dimension once the report has been run, and you cannot add a level 6 dimension (report variable) to the hierarchy at the report level. Yes?
I am tying to do the open document .If i clicked on modify the document it asking enter the date values then it will open source report after that i clicked on opendocument link it is opening fine with parsing source reoprt dates. If i click on Document Name then child report is asking enter the date values after that if i clicked on open document link then target report asking enter the date values.
Please can help me to resolve this issue.
I am using this link
="<a href=http://server name/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?sDocName=LACcallcenterdetails&sWindow=Same&lsSSelect%20Start%20Date:="+[StartDate]+"&lsSSelect%20End%20Date:="+[EndDate]+"&sRefresh=Yes> Link To LAC Call Center Details"