> For the complete documentation index, see [llms.txt](https://help.quickappflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.quickappflow.com/framework/form-designer/decimal.md).

# Decimal

Drag and drop field type as decimal.

![](/files/VT6SdZiTmtFD9OQoKUji)

You can change the name of the field: click on the field, check the display name, and enter the text you want.

![](/files/7ZXyeteCfFU4NvxlxfPA)

If you want to display value with currency symbol then enable “Use as Currency” setting.

![](/files/llE1ovhYtkPVDQ5F7oKf)

Example: If Monthly Salary enter as 50000 then it will show as Rs. 50000 in table.

In form:

![](/files/Pmxyg8Fg2mg3HVMX8c0g)

In table:

![](/files/0wotsrP6QJVKp1KKDKYl)

You can add placeholder for decimal field.

![](/files/EgZvSWGhewJOB5o3m4Kt)

Example: While adding value in monthly salary you can see added placeholder.

![](/files/iFL7QU3JXw1OQpeh4MkW)

You can add instructions on decimal field.

![](/files/DAkbfmhBDSsCFmQrAYF7)

Example :

![](/files/7LahB1TPratUOEaIbb5w)

If you want to make decimal field (Monthly Salary) required then enable “Required” setting.

![](/files/UZuQciXsFUkwBGs4ilMy)

![](/files/RwRnY2b3Jj0JtRH1lF2G)

You can set limit of value which is enter by user in decimal field.

![](/files/l1j1Ta76ad2gGZDncp3x)

Example:

![](/files/joKUtfaB3lr4pYZ2VX7W)

If you want to add unique value validation then enable “Unique Only” setting.

![](/files/hyjhqNq2X5fAtKwrZp2W)

Example:

![](/files/BfJqpyygvRBhzzS43dWw)

You can set default value for decimal field.

![](/files/fRUgPTzDxCKNObMhHvcz)

Example:

![](/files/SlmmuEYkxTYzcVb4zxHR)

If you want show value upto two decimal digits then enter 2 in decimal digit setting.

![](/files/astPg7MeJxg0XhSia3nu)

Example:

![](/files/l0OVx7tvPiwy7tic185A)


---

# 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://help.quickappflow.com/framework/form-designer/decimal.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.
