How to: |
By default, when a user clicks a riser on an active chart, two filter options are displayed in the tooltip that appears. They are Filter Chart and Exclude from Chart. Using WebFOCUS StyleSheet code, you can suppress the display of the filter options. When the user clicks a riser on the chart, the options are not available, and filtering through the tooltip is disabled.
Note:
The syntax is
TYPE=REPORT, ALLOW-FILTER={ON|OFF},$
where:
Displays the filter options in a tooltip when a user clicks a riser on the chart. This is the default value.
Suppresses the display of the filter options in a tooltip when a user clicks a riser on the chart. For example, the StyleSheet code is:
ON TABLE SET STYLE * TYPE=REPORT, ALLOW-FILTER=OFF, $ ENDSTYLE
WebFOCUS | |
Feedback |