Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Applies to:Kyvos Enterprise  Kyvos Cloud (Managed Services on AWS)  Kyvos Azure Marketplace

Kyvos AWS Marketplace  Kyvos Single Node Installation (Kyvos SNI)  Kyvos Free (Limited offering for AWS)


If a crosstab heatmap is enabled for your Kyvos application, you can set properties in a crosstab to render a heatmap. When the selected measure is in view, the heatmap is rendered. If there is a large amount of data, the heatmap is rendered after all data is received.

  • When crosstab heatmap, is enabled you will not be able to use alternate row colors in a crosstab.
  • If crosstab heatmap is enabled, you will see a link in the properties pane for Heatmap Properties. You may need to scroll down to see it.

To create a crosstab heatmap, perform the following steps: 

  1. In the Properties pane, click Heatmap Properties.
  2. Specify the measure, select a color palette, and set the step count and minimum value. 
  3. Click Set.

To enable the crosstab heatmap, perform the following steps:

The Kyvos administrator needs to set the following option in portal.properties to enable this feature.

When it is enabled, the Heatmap Properties information is available in the left properties pane while viewing a crosstab. 

  1. Go to Kyvos installation location :  '../kyvos/jakarta/webapps/kyvos/client/config'
  2. Add a new parameter for isHeatMapEnable in the portal.properties file.
  3. Set isHeatMapEnable to true as shown.
 crosstab": {
                     "minCellWidth": 50,
                     "highlightAlternateRows": {
                        "isHighlight": true,
                        "dimensionPosition": "INNERMOST"
                     },
                     "isHeatMapEnable": true
             },
  • No labels