Document toolboxDocument toolbox

Crosstab heatmap

Applies to: Kyvos Enterprise  Kyvos Cloud (SaaS on AWS) Kyvos AWS Marketplace

Kyvos Azure Marketplace   Kyvos GCP Marketplace Kyvos Single Node Installation (Kyvos SNI)


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             },



Copyright Kyvos, Inc. All rights reserved.