# View Report – New Update in Data Entry Grid Window

**YouTube:** [View Report – New Update in Data Entry Grid Window](https://youtu.be/donB49VJ_1A)

### View Report option added in the Data Entry Grid window

Let us take an example of Sale Bill window. You can see a new icon added as shown in the figure below:

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

This option enables you to generate the side-by-side report for the items you sold. You can also keep track of the number of items you sold. It enables you to control the list of columns that you want to display in the report.

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

### Grid Report Configuration

You can set up the configuration of the report in this window.

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

1\. In the Dimension box, you can include the columns with simple values such as Item name, company name, etc. In the Measure box, you can include the columns that accept numerical values & can calculate their total like Total Quantity, Amount, etc.

&#x20;Note: You can see that Company Name exist in Grid Report Configuration but not in Sale Bill Window. The column is hidden because of ‘Do Not Show Column’ option included in Set Column Attributes window. It is not necessary that Company name must get displayed in the Sale Bill Window in order to include in the report. You can include any column by using these filters in Grid Report Configuration.

2\. In the “Set Order” box, you can include the columns to arrange them in Ascending or Descending order.

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

3\. Let’s assume that you want to display items with quantity less than 5. For this, you can use the data filter and the output filter option. Write the code as explained in the example and press the “Save” button. The figure below will give you clear sight this feature:

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

4\. Tick the “Skip Last Row From Grid” option to eliminate empty rows from the list. When you tick “Display Totals” options, the total of every column with numerical values will get calculated and displayed in blue color.

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

**Note:** You can see that Company Name exist in Grid Report Configuration but not in Sale Bill Window. The column is hidden because of ‘Do Not Show Column’ option included in Set Column Attributes window. It is not necessary that Company name must get displayed in the Sale Bill Window in order to include in the report. You can include any column by using these filters in Grid Report Configuration.


---

# 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://kb.logicerp.com/logic-erp-version-release-notes/december-2018/reports/view-report-new-update-in-data-entry-grid-window.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.
