The tool supports interface of Foresight Analytics Platform 9 or earlier.
On working with dashboards the following types of data source search are available: data source search by name and BI search of sources by their contents.
To enable BI search, the settings should be executed, which are described in the Setting Up BI Search Service subsection. To execute BI search in the web application, edit the PP.xml file:
Open the PP.xml file for edit.
Add the following code to the PP.xml file to the <pp> section:
<modules> <dashboard> <ReportBox BISearchEnabled="true" /> </dashboard> </modules>
Save change and close the PP.xml file.
Restart the web server used by the web application and BI server.
<pp>
<service url="http://localhost/fpBI_App_v10.x/axis2/services/PP.SOM.Som"/>
<metabase id="FPRepository"/>
<cultures>
<culture cultureName="ru"/>
<culture cultureName="en"/>
</cultures>
<Modules>
<Dashboard>
<ReportBox BISearchEnabled="true"/>
</Dashboard>
</Modules>
</pp>
See also: