> For the complete documentation index, see [llms.txt](https://kb.logicerp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.logicerp.com/logic-erp-installation-configuration-and-troubleshooting-solutions/faqs/printing/negative-numbers-as-positive-using-abs-in-printing.md).

# Negative Numbers as Positive Using ABS in Printing

**YouTube:** [How to Print Negative Numbers as Positive Using ABS in Document Printing?](https://www.youtube.com/watch?v=T3jrRUxtUbU)

## How to Print Negative Numbers as Positive Using ABS in Document Printing?

In this tutorial, we’ll demonstrate how to configure **absolute values in sales bill printing** using the Designer Printing format.

***

### **Configuring Print Settings to Display Absolute Values**

* Go to Mene/Continuous Printing and then select **"Sales Bill Print Designer and Printing"**.
* Select the **required configuration** and **sales bill** from the search list, then click **Refresh**.
* Open the **Design Window**.

<figure><img src="/files/K4WImV00HnjLfiSbglbm" alt=""><figcaption></figcaption></figure>

* Click on the **Grid Table**, then from the menu click on **Table** and then select **Edit Bound Table.**

<figure><img src="/files/fc5f1TVZ4LIvv3byYzJS" alt=""><figcaption></figcaption></figure>

* Click to **Settings**.

<figure><img src="/files/7aniEkfy0plLUc6lYQaj" alt=""><figcaption></figcaption></figure>

* Select the **column** whose values need to be displayed as absolute.
* On the right-hand side, open the **Properties Panel**.
* Under **Column Properties**, locate the **Column Expression** option.
* Click the dropdown arrow → a new window will open.
* From the **Category List**, select **Number → ABS**.

  🔹 The **ABS (Absolute)** function ensures that all numbers are displayed in their positive form, even if the original value is negative.
* Click **Format**, complete the settings, and press **OK**.

<figure><img src="/files/dwHWnaOgg6jtZcHt4Yhm" alt=""><figcaption></figcaption></figure>

* Close the bound table and save your changes.
* Open the **Preview Print**.
* You will now see that values such as **CD in Rupees** are displayed in their absolute (positive) form in the print.

<figure><img src="/files/ehzpl5TrtsYPGLIM1Pj5" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://kb.logicerp.com/logic-erp-installation-configuration-and-troubleshooting-solutions/faqs/printing/negative-numbers-as-positive-using-abs-in-printing.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.
