# Amount Wise NOB Report

The Amount Wise NOB Report in CW POS is a report that categorizes the total number of bills (NOB) based on the total amount of the bill. The report can be used to analyze customer buying behavior and identify popular price points in the store.

The report contains the following columns:

* Store: the store name where the transaction occurred
* Order Date: the date the transaction occurred
* 0 - 100: the number of bills with a total amount between 0 and 100
* 101 - 150: the number of bills with a total amount between 101 and 150
* 151 - 250: the number of bills with a total amount between 151 and 250
* 251 - 500: the number of bills with a total amount between 251 and 500
* 501 - 1000: the number of bills with a total amount between 501 and 1000
* 1001 - 1500: the number of bills with a total amount between 1001 and 1500
* 1501 - 2000: the number of bills with a total amount between 1501 and 2000
* 2001 - 3000: the number of bills with a total amount between 2001 and 3000
* 3001 - 4000: the number of bills with a total amount between 3001 and 4000
* 4001 - 5000: the number of bills with a total amount between 4001 and 5000
* Above 5000: the number of bills with a total amount above 5000.

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


---

# 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://docs.cwsuite.com/pos/product-guides/reports/amount-wise-nob-report.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.
