# Patch 6.2.0.3

Tellius 6.2.0.3 focuses on Vizpad stability and backward compatibility, with particular attention to custom views, bulk filter operations, global filter propagation across tabs, and consistent behavior between classic and modern Vizpad modes. Kaiya receives a new column exclusion capability for Business Views, and both Kaiya Apps and Kaiya Architect get continued refinements.

## 📈 Enhancements

#### Exclude Columns from Kaiya at the Business View Level

Admins can now exclude specific columns from Kaiya queries at the Business View level, under **Data → Prepare → Metadata**. This works the same way column exclusion already works for Insights and ML. This gives data teams control over which columns Kaiya can reference during query generation, preventing irrelevant or sensitive columns from surfacing in conversational analysis.

<figure><img src="/files/FMcUXc3vTLU5rBOVZCgB" alt="" width="563"><figcaption></figcaption></figure>

#### Auto Detect BV in Kaiya Input

The Business View dropdown in the Kaiya input field now defaults to "**Auto Detect BV"** instead of listing all available Business Views. This simplifies the query entry experience for users who rely on Kaiya to select the appropriate Business View automatically.

<figure><img src="/files/GORFOYdv2gBYFQ4NyPUE" alt="" width="563"><figcaption></figcaption></figure>

#### Signed URL Capability for Kaiya Apps

Kaiya Apps now support signed URL access, enabling secure sharing of app links with expiry-based authentication. This allows apps to be shared externally or embedded in notifications and emails with controlled access duration. Click on the three-dot menu of any App and select **Publish**.

<figure><img src="/files/ZglXouKB6qXb3NubBYTy" alt="" width="375"><figcaption></figcaption></figure>

#### **Kaiya Architect: Plan Version History**

Kaiya Architect now retains the full history of every plan generated within a session. A plan version dropdown at the top of the **Plan / Diagram / YAML** view lists every plan that has been produced, and each plan carries a status badge:

* **Executed:** the plan currently in effect.
* **Rejected:** a plan the user explicitly rejected.
* **Abandoned:** a plan that was automatically superseded when a newer plan was generated on top of it.

<figure><img src="/files/Bw68CyVcf7EKQmewH0TP" alt="" width="372"><figcaption></figcaption></figure>

The full plan, its diagram, and its YAML remain accessible from the dropdown for any historical version.

#### Rewriting Mission steps with Kaiya

In Kaiya Missions, the **Rewrite with Kaiya** action in **Mission Steps** now opens a side editor where you can review, refine, and edit the regenerated step before applying it. Once you review and edit, click on **Accept and Save Plan** to apply the regenerated steps. Or, click on **Discard** to close the editor without modifying the mission step.

<figure><img src="/files/9Z5NwnQOQ59PRZsgCola" alt="" width="563"><figcaption></figcaption></figure>

#### Smart Filter Pill Visibility

Filter pills on small-sized visualizations are now automatically hidden when the chart dimensions are too compact to display them legibly. A red dot indicator remains visible on the filter icon to signal that filters are applied. If the chart is shrunk further and the filter icon itself collapses into the three-dot menu, the red dot appears next to the **Filter** option inside that menu, so the indicator is always visible regardless of chart size.

#### Bulk Keep/Remove for Tables

The Keep/Remove filter action in Vizpad tables now supports bulk application. Hold **Shift** and click multiple table cells to select a range, then apply a single **Keep** or **Remove** operation across all selected cells.

<figure><img src="/files/9dFOAr93aLn8rIXfS8Iz" alt="" width="375"><figcaption></figcaption></figure>

## 🛠️ Minor Fixes

#### Vizpad - Custom Views

* **Switch Metric** can now be persisted in custom views when switching between tabs.
* Custom views can now be created after deleting a tab filter in both original and cloned Vizpads.
* Resolved the issue with the **Save** button state for custom views after a previous save attempt.
* Fixed the issue with saving custom views when both tab-level and global filters are configured.
* Custom view actions and the **"Save View"** button behavior have been stabilized across all interaction patterns.

#### Vizpad - Filters

* Resolved the issue with filter auto-application prior to the **Apply** button click.
* Resolved the issue with global filter and pinned filter persistence with cloned tabs, when adding new tabs and switching between them.
* Fixed the issue with area filter behavior between classic and modern Vizpad views.
* Resolved the issue with visualization rendering in the modern Vizpad when null-value filters were applied in the classic version.
* Filter values can now be updated after adding a new filter when bulk filter mode is enabled.

#### Vizpad - Charts and Layout

* KPI cards in compact mode now maintain consistent layout and state between edit and view modes.
* Fixed the display issue with text titles at the top of Vizpads in correct size and visibility in both classic and modern modes.
* Resolved the issue with sorting for calculated columns in chart legends.
* Fixed the issue with weekly granularity selection for charts alongside monthly and yearly options.
* Market Share and absolute/percentage aggregations now default to the correct aggregation type.
* Resolved the issue with chart summary generation suppression in Kaiya when the feature is disabled in configuration.
* Year-over-Year charts now have a defined default view mode when opened in view mode, ensuring consistent initial rendering.

#### Vizpad - Pivot Tables

* Fixed the issue with row and column totals display in classic Vizpads, and with the "*Include Zero Values*" option in the modern Vizpad.
* The new pivot tables benefit from the improved formatting, layout, and interaction capabilities.

#### Vizpad - Conditional Formatting

* Fixed the issue with rendering field ordering in tables, operator labels, and icon display in conditional formatting rules.

#### Vizpad - Export

* Resolved the issue with individual chart export to Excel and CSV across chart types.

#### Kaiya

* Kaiya Mission summary output now renders with clean formatting.
* Kaiya chart analysis, data labels, sort behavior, and drill interactions have been improved for accuracy and consistency.
* For Kaiya Apps, implemented multiple refinements and stability improvements, including layout corrections and interaction polish.
* The presentation of Kaiya's clarification questions has been refined for improved readability and interaction patterns.
* A loading indicator now displays while Kaiya Architect streams its response during the conversational BV creation flow,

#### Data and Business Views

* Prior time period filters now correctly account for the current date inclusion setting, ensuring accurate results when using filters like "Last Quarter" or "Prior Year."


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.tellius.com/tellius-6.3/whats-new/release-6.2/patch-6.2.0.3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
