The tool supports interface of Foresight Analytics Platform 9 or earlier.

How to Disable the Mode of Automatic Layout of Blocks Used by Default?

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.

Solution for Web Application

  1. Open the PP.xml file for edit.

  1. Add the following code to the  PP.xml file to the <pp> section:

<modules>
    <dashboard>
        <ReportBox AutoLayoutByDefault="false" />
    </dashboard>
</modules>
  1. Save changes and close the  PP.xml.

  2. Restart the web server used by the web application, and BI server.

Example of the PP.xml File Containing Settings for Creating a Dashboard in the Mode of Manual Layout of Objects

<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>

Solution for Desktop Application

The user must have permissions to edit the system registry to disable the mode of automatic layout of objects in the desktop application.

  1. Open the registry for edit.

  2. Go to the registry key: [HKEY_CURRENT_USER\SOFTWARE\Foresight\Foresight Analytics Platform\10.0\Dashboard].

  3. Find the AutoLayout parameter of the REG_DWORD type. If the parameter is missing, create it.

  4. Set the 0 value to the AutoLayout parameter.

  5. Close the registry after saving changes.

See also:

Questions and Answers | Selecting Dashboard Layout Mode