Academy

To have both v7 Reporting and v8 Dashboards on a same icCube instance, ensure to have the following in your icCube.xml :

<!--
    Reporting (v8): the new Dashboards application (since reporting v8).

        true : (default)
-->
<report.v8.enabled value="true"/>

<!--
    Reporting (viz): the old (prior to the Dashboards v8) reporting. Deprecated.

        false : (default)
-->
<report.viz.enabled value="true"/>

Note that:

  • v8 is the default application in the top right icon where you can switch the apps
  • In the home console, you’ll have the two boxes
  • In the Admin console, you’ll have two use cases for installing v7 and v8

By Nathalie Leroy Tapia Heredia