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:

    table.enableConcatenation=
    


  3. Set the value to false:

    table.enableConcatenation=false
    

    This change prevents users from using the concatenation feature.

  4. Save your changes.

  5. Restart SuperWEB2 or the Tomcat service.