For the complete documentation index, see llms.txt. This page is also available as Markdown.

Keep, remove, drill sections

Learn how to apply 'Keep', 'Remove', and 'Drill' actions using postMessage API for dynamic, interactive data exploration.

On right click of any chart in a Vizpad, you will get three options:

  • Keep (refers to maintaining a section)

  • Remove (refers to removing a section)

  • Drill (drilling down to get insights)

Keep or remove filters
Keep, remove, and drill options

Keeping a section of chart

Removing a section of chart

selectionPointType refers to single or multiple point selection with the filter on a particular data value or multiple data values respectively. The values can be either be “single” or “multiple”.

Drilling a Viz

We can drill down a viz by:

  1. Column Name

  2. Hierarchy

  3. Across another vizpad

Drilling a column

Drill by column name

Drill by hierarchy

Was this helpful?