Friday, April 8, 2016

OBIEE Drilling to Endeca Information Discovery


Passing parameters from OBIEE to Endeca Information Discovery can be achieved using Go URL:
Once the OBIEE criteria has been selected, go to the column properties from which you wanted to drilldown and click on Interaction tab.

Action Links  -->  Navigate to a Web Page

http://localhost:8001/eid/web/orders/new-page?deeplink=[ {'queryFunctions': [{'class': 'RefinementFilter','attributeKey': 'ORDER_ID','attributeValue': "@{P1}"}]}]

  •          “/orders/” is the target Endeca App;
  •          ORDER_ID is the corresponding attribute in the list of refinements






Define Parameter as follows:
Name: P1
Prompt: {P1}
Value: Order_ID from OBIEE criteria


Once these steps are completed you should be able to pass the value from OBIEE to Endeca as a refinement.

1 comment:

  1. Is it possible to pass a search term from endeca dashboard using EBS quick link component to an ebusiness page? I need to copy the search term user enters from endeca dashboard to ebusiness page.

    ReplyDelete