Skip to main content
Skip table of contents

Disable Concatenation

By default, users can concatenate fields on an axis in the table. If you wish, you can disable this feature, by doing the following:

  1. Open <tomcat_home>\webapps\webapi\WEB-INF\classes\configuration.properties in a text editor.
  2. Locate the following section:

    CODE
    table.enableConcatenation=
  3. Set the value to false:

    CODE
    table.enableConcatenation=false

    This change prevents users from using the concatenation feature.

  4. Save your changes.
  5. Restart SuperWEB2 or the Tomcat service.
JavaScript errors detected

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

If this problem persists, please contact our support.