Remove the Range Option

By default, SuperWEB2 displays a Range button next to the summation options that allows users to create custom ranges or quantiles based on that summation option:

SW2-Summation-Options-Add-Range.png

If you do not want to allow users to access the options for creating ranges, you can disable this button:

  1. Open <tomcat_home>\webapps\webapi\WEB-INF\classes\configuration.properties in a text editor.

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


  2. Locate the following section:

    XML
    table.enableUdfCreation=
    


  3. Set table.enableUdfCreation to false:

    XML
    table.enableUdfCreation=false
    


  4. Save your changes and restart Tomcat or the SuperWEB2 service.

  5. Log in to SuperWEB2 and confirm that the Range button no longer displays:

    SW2-Summation-Options-No-Range-Button.png