Structure of the Basic Oracle BI Presentation Services Dashboard URL

Integrating Oracle BI Presentation Services into Corporate Environments Using HTTP and JavaScript 8-9 This returns the top two regions by dollars sold: saw.dll?GoPath=SharedTestSB2Action=NavigateP0=1P1=topP2=Sales20Facts.Do llarsP3=1+2 This is an example where the number of arguments is not included in the syntax: saw.dll?GoPath=SharedTestSB2Action=NavigateP0=1P1=topP2=Customers.RegionP 3=Central This returns records with between 2,000,000 and 2,500,000 in sales: saw.dll?GoPath=SharedTestSB2Action=NavigateP0=1P1=topP2=Sales20Facts.Do llarsP3=2+2000000+2500000 This returns records for Regions beginning with the letter E: saw.dll?GoPath=vateP0=1P1=bwithP2=Customers.RegionP3=1+E This returns records for Regions containing the letter E and having more than 20 million in sales: saw.dll?GoPath=SharedTestSB2Action=NavigateP0=2P1=canyP2=Customers.Region P3=1+eP4=gtP5=Sales20Facts.DollarsP6=1+20000000 Oracle BI Presentation Services navigation is currently supported from charts, table and pivot table views, HTML views, and external applications and Web pages. The destination search should have filters defined on columns for which it wants to receive context. These can be specific filters or, usually, the Is Prompted filter. In addition to the Table.Column value specifically referenced in the navigation call, all filters from the source request that have corresponding table.columns in the destination, are applied to the destination. Therefore, the appropriate context from a source can be passed to the destination.

8.3.2.3 Navigation Using JavaScript

Navigation can currently be accomplished using the custom textdate formatter for a column. The central concept is that you add a column you want to navigate from to your search. You then choose Custom Text Format from the properties for the column, and enter HTML that calls one of the two provided JavaScript functions. This technique can be used to perform many actions, including sorting columns, calling custom JavaScript functions, and so on. Oracle BI Presentation Services includes two JavaScript functions that enable navigation from Table and Pivot views: GoNav and PortalNav. These functions are located in ORACLE_HOMEbifoundationwebappresb_mozillaviewhelper.js. The former handles navigation to a specific search. The latter handles navigation to a specific dashboard. A description of their syntax follows, along with example Custom Text formats that you can use to implement navigation. Note: You can omit the number of arguments only if just one argument value is included. Note: To control the look of the navigable text using the style sheet, Oracle BI Presentation Services is standardized on the class=Nav.