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:
- Open <tomcat_home>\webapps\webapi\WEB-INF\classes\configuration.properties in a text editor.
Locate the following section:
CODEtable.enableConcatenation=
Set the value to
false
:CODEtable.enableConcatenation=false
This change prevents users from using the concatenation feature.
- Save your changes.
- Restart SuperWEB2 or the Tomcat service.