Hi All,
I am on SAP BO 4.1 support pack 3 patch 5.
The report I'm looking at uses a document link to open a sub report. This sub report takes a number of parameters, and one of the values that can get passed through contains an ampersand eg:
"world & water"
My problem was that if I passed a string that contained an ampersand (&), the sub report would return no data. However, if the string passed did not have an ampersand, it worked just fine.
I eventually figured out that I was originally opening the subreport using the current window (target=_self). if I changed this to open in a new window (target=_blank), it passed the ampersand in the string and returned the expected results in the sub report.
But, I want to see the sub report traget as current window not as new window.
any suggestions?