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\classes\configuration.properties and <tomcat_home>\webapps\webapi\WEB-INF\data\.repository\CubeCatalog.xml.
The equivalent settings for Job Queue Manager are configured in <tomcat_home>\webapps\queuedjobservice\WEB-INF\config\common\service-config.xml.
To change the settings for Job Queue Manager:
- Go to the Tomcat instance that is running Job Queue Manager and open <tomcat_home>\webapps\queuedjobservice\WEB-INF\config\common\service-config.xml in a text editor.
Make a backup copy of this file before making any changes.
-
Locate the following property and update it to either
true
orfalse
to match the value for the equivalent SuperWEB2 property in configuration.properties:XML<property name="showNaNasZero" value="true"/>
-
Locate the following property and change the value to match the no contributors string configured for SuperWEB2:
XML<property name="defaultNotANumberString" value="..NaN"/>
-
Locate the following property and change the value to match the footnote description string configured for SuperWEB2:
XML<property name="defaultNotANumberStringDescription" value=" - data is not available"/>
- Save your changes.
- Restart the Tomcat server that is running Job Queue Manager.