Skip to main content
Skip table of contents

Cells with No Contributors - Job Queue Manager

If you have modified the SuperWEB2 settings that determine what happens if a table cell has no records contributing to the result , then you must apply the same changes to Job Queue Manager.

The settings for SuperWEB2 are configured in <tomcat_home>\webapps\webapi\WEB-INF\web.xml and <tomcat_home>\webapps\webapi\WEB-INF\data\.repository\CubeCatalog.xml.

The equivalent settings for Job Queue Manager are configured in <tomcat_home>\webapps\jobQueueServer\WEB-INF\config\common\service-config.xml.

To change the settings for Job Queue Manager:

  1. Go to the Tomcat instance that is running Job Queue Manager and open <tomcat_home>\webapps\jobQueueServer\WEB-INF\config\common\service-config.xml in a text editor.

    Make a backup copy of this file before making any changes.

  2. Locate the following parameter and update it to match the value for the equivalent SuperWEB2 property in web.xml:

    XML
    <property name="showNaNasZero" value="true"/>
  3. Locate the following parameter and change the value to match the string configured for SuperWEB2:

    XML
    <property name="defaultNotANumberString" value="..NaN"/>
  4. Locate the following parameter and change the value to match the string configured for SuperWEB2:

    XML
    <property name="defaultNotANumberStringDescription" value=" - data is not available"/>
  5. Save your changes.
  6. Restart the Tomcat server that is running Job Queue Manager.
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.