Skip to Content
0
Former Member
Apr 08, 2010 at 12:57 PM

BI Report is removing the Detailed Navigation

30 Views

We've implemented an FPN and are passing variables to BI via an HTML redirect and Abstract Portal Component. Everything, report-wise, is working perfectly, however the Detailed Navigation on the left disappears when the BI report loads. We've tried using the target attribute in the form of the HTML. Tried both _parent and _self, but it still doesn't load in the Portal Content Area, it takes the whole bottom frame. The header is still intact. I've tried changing the Initial State of Navigation Panel from Automatic to Open to no avail. Has anyone run into this problem?

Here's a snippet of code:

response.write(
				"<form action=\""
					+ url
					+ "\" method=\"post\" name=\"cheatForm\" target=\"_self\">");
			response.write(
				"<input type=\"hidden\" name=\"TEMPLATE\" value=\""
					+ query
					+ "\"/>");

Thanks in advance for your time.

PZ