Skip to main content
Skip table of contents

Remove the Quantile Tab from the Range Dialog - SuperWEB2

By default, when you select Range for one of the summation options, SuperWEB2 displays the following dialog, which includes the Quantile tab:

If you wish, you can configure SuperWEB2 so that it does not display the Quantile tab. To do this you need to edit <tomcat_home>\webapps\webapi\tableView\modalRangesDialog.xhtml

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

  1. Open modalRangesDialog.xhtml in a text editor.
  2. Locate the following section of the file:

    HTML/XML
    <rich:tab id="quantile" name="quantile" header="#{labels['modal.udf.tab.title.quantile']}" execute="@this" status="none">
        <ui:include src="modalRangesQuantile.xhtml"/>
    </rich:tab>
  3. Comment out this section by adding <!-- before it and --> after it:

    HTML/XML
    <!--
    <rich:tab id="quantile" name="quantile" header="#{labels['modal.udf.tab.title.quantile']}" execute="@this" status="none">
        <ui:include src="modalRangesQuantile.xhtml"/>
    </rich:tab>
    -->
  4. Restart Tomcat (or the SuperWEB2 Service if using our SuperSTAR Suite).

  5. Review your changes:

JavaScript errors detected

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

If this problem persists, please contact our support.