Hide Left panel some couple of reports

Hi,
Thanks for browsing my post & spending your valuable time.

I have a Master Detail Report in Webi- BO XI Rel2 SP4 version. Users have typical requirement to have a set of prompt Open in Left Panel doc of Master(Summary) Report once they clicked the Detail Report metrics from Summary it will open in a separate browser without Left Panel doc as we don’t users to see the Filter associated with the report but they do want to have left Doc open for summary report.

I know this require SDK customization & I am pretty much open for that I know we have setting available for Left Panel Doc under viewer.js file Pls help me,where & what to write. Thanks for your help.

Regards
Amit


sapboguru (BOB member since 2006-07-13)

For Posterity’s sake:

In the viewers.js in Line no 7249

if(leftCombo.getVisibleItemsCount()==0) replace with if(leftCombo.getVisibleItemsCount()==0 || strDocName== “”)


sapboguru (BOB member since 2006-07-13)