Hi,
We have our Development and Testing BO on the same machine which is BO 3.1 and for Report development we have reports in the folder structure Development folder/Subfolder1 and for Testing we copy the reports to Testing/Subfolder1.
No we have developed reports with hyperlinks using opendoc which use the iDocId and so when we copy the reports from dev to Testing we have to update the hyperlinks with the new iDocId as a copy creates a new iDocId. The problem is that we have many reports and each of them have several links and updating the iDocId is not feasible each time as we move to Testing phase.
So we looked at using the sPath and sDocName, but even in sPath we have to mention the entire Path and we end up with the same problem.
Is there a way to make the link dynamic to look at the report called in the current folder when the calling report is located ? Or any other function which can give us the iDocId or the Path of the report dynamically in webi.
Also since we will be soon migrating to BO4.0 and I came across that sPath is deprecated in BO4.x so a solution for dynamically coing the links would help using the iDocId.
thanks