> For the complete documentation index, see [llms.txt](https://docs.innofalls.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.innofalls.com/chart-types/special-value-treatment.md).

# Special Value Treatment

In certain scenarios, especially when creating income statements and similar financial reports, you might need to treat specific members differently to accurately reflect the data. The Special Value Treatment feature in Innofalls Charts provides various options to customize how individual members are displayed and calculated within your waterfall charts.

**How to Apply Special Value Treatment**

While in edit mode, click on a category label to access further options for that specific category or member. You will see three checkboxes that allow you to modify the treatment of the member:

<figure><img src="/files/iL9QhZgSjYtpxzJyrYqf" alt="" width="375"><figcaption><p>The options available after clicking <strong>2020</strong></p></figcaption></figure>

1. **Increase is Good:**
   * **Default Setting:** This option is checked by default, meaning increases in this category will be shown in green, indicating positive impact.
   * **When Deselected:** If you deselect this option, increases will be shown in red (negative impact), and decreases in green (positive impact). This is particularly useful for cost categories, where an increase typically represents a negative business outcome.
2. **Invert Value:**
   * **Default Setting:** This option is unchecked by default.
   * **When Selected:** Selecting this option will invert all values associated with this member, including its child elements, ensuring a valid breakdown of the chart. This is useful when costs are entered as positive values but need to be displayed as negative for accurate representation.
3. **Skip:**
   * **Default Setting:** This option is unchecked by default.
   * **When Selected:** This option will exclude the selected value from the waterfall chart calculations, effectively ignoring it in the breakdown.

**Overview Window**

Next to each checkbox, there is a link labeled "View all changed." Clicking this link opens a window that provides an overview of all members with special treatments applied. From this window, you can manage and remove these special treatments as needed.

<figure><img src="/files/tmEjCikeo5cl1ygVNf53" alt="" width="364"><figcaption><p>Keep an overview of the special members</p></figcaption></figure>

#### Practical Example

Imagine you are working on an income statement and you have costs recorded as positive values. By using the "Invert Value" option, you can ensure these costs are displayed correctly as negative values, providing a more accurate representation of your financial data.

{% hint style="success" %}
There is an option in the Properties Pane under "Formatting" that inverts all Red/Green colors, in case this applies to all data displayed.
{% endhint %}


---

# 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.innofalls.com/chart-types/special-value-treatment.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.
