The tool supports interface of Foresight Analytics Platform 9 or earlier.
By default, dashboards are created in the automatic object layout mode that enables the user to arrange objects in the working area without having to align, bind and resize created objects.
If it is required to create dashboards to manually locate objects in the working area in order to further align, bind and resize created objects, disable the mode of automatic layout of objects. It means that it is required to enable the mode of manual object layout for all created dashboards.
Open the PP.xml file for edit.
Add the following code to the PP.xml file to the <pp> section:
<modules> <dashboard> <ReportBox AutoLayoutByDefault="false" /> </dashboard> </modules>
Save changes and close the PP.xml.
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 AutoLayoutByDefault="false"/>
</Dashboard>
</Modules>
</pp>
The user must have permissions to edit the system registry to disable the mode of automatic layout of objects in the desktop application.
Open the registry for edit.
Go to the registry key: [HKEY_CURRENT_USER\SOFTWARE\Foresight\Foresight Analytics Platform\10.0\Dashboard].
Find the AutoLayout parameter of the REG_DWORD type. If the parameter is missing, create it.
Set the 0 value to the AutoLayout parameter.
Close the registry after saving changes.
See also: