> For the complete documentation index, see [llms.txt](https://docs.inforiver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inforiver.com/release-notes/inforiver-writeback-matrix/inforiver-writeback-matrix-oct-2025-v4.6.3.0.md).

# Inforiver Writeback Matrix Oct 2025 - v4.6.3.0

### 1. HTML Content within Text and DAX Measures

You can now include your HTML content within the Text data input column as well as in DAX measures, which can be written back.

Double-click within the Text data input column and click on the rich text editor icon, which opens the text editor window. Select the script option in the window, enter your HTML code, and click Apply.

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2F0pVYjrDHnBUG0x98OI3p%2Fimage.png?alt=media&amp;token=d269b8eb-f621-405b-af54-0a5b68a33885" alt=""><figcaption><p>Entering HTML code within the Text Data input column</p></figcaption></figure>

The image below shows the Text rendered by the HTML code.

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2FEdUfGKg3L96VdYgiGU5s%2Fimage.png?alt=media&amp;token=266e6d11-7c76-4894-8fcf-c8a1796538d5" alt=""><figcaption><p>The inserted HTML code is rendered and displayed</p></figcaption></figure>

While doing a writeback, you can choose to writeback as plain text or as text with Html tags.

This is done by enabling or disabling the *Text input measure as HTML* toggle under Export > Settings > Data tab in the Writeback Settings pop-up.

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2F7VHnCaxBewsuY5KISqES%2Fimage.png?alt=media&amp;token=4bfe28a3-91f9-4323-b7a0-7d642d64cbbf" alt=""><figcaption><p><em>Text input measure as HTML</em> toggle in WriteBack Settings</p></figcaption></figure>

The images below show the written-back text when the toggle is disabled and enabled.

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2FOywmebBtUDEd9kFtsU65%2Fimage.png?alt=media&amp;token=404417e2-08a5-496a-9345-2d2a3b87724a" alt=""><figcaption><p>WriteBack as HTML toggle is disabled</p></figcaption></figure>

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2FNqxP4ZYbUwzq6QVaIOik%2Fimage.png?alt=media&amp;token=1bf66fc0-9002-42e2-ad9f-f8c1d1bad21e" alt=""><figcaption><p>Writeback as HTML toggle is enabled</p></figcaption></figure>

You can also add HTML code within a DAX measure, which will be rendered.

The image below shows the Dax measure created with an HTML code

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2FKy0eucLzBxVDLGiAAfNY%2Fimage.png?alt=media&amp;token=864fa2cc-93ba-465e-b40b-91b4b968c2a3" alt=""><figcaption><p>DAX measure created using HTML</p></figcaption></figure>

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2FRrEixoGuojcQaOxw6rzf%2Fimage.png?alt=media&amp;token=f324c9d1-4513-4bd7-a35b-afe13e638000" alt=""><figcaption><p>HTML code rendered within a DAX measure</p></figcaption></figure>

The image below shows the DAX measure Comment-HTML and Comments Text column exported as HTML in PDF

<figure><img src="https://3062809325-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEbkCXCUXmtUq5tcnUtZE%2Fuploads%2FkgP4AsRseWc87gqnyiSe%2Fimage.png?alt=media&amp;token=01f87f99-0658-4a70-b68d-8ebd410a66a7" alt=""><figcaption><p>DAX measure with HTML is exported in PDF when the "Writeback as HTML" toggle is enabled.</p></figcaption></figure>

## Issues Fixed

* The average values in total and subtotal are now more precise and accurate without any roundoff after the decimal point.
* Resolved issues encountered with Redis.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.inforiver.com/release-notes/inforiver-writeback-matrix/inforiver-writeback-matrix-oct-2025-v4.6.3.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
