Skip to main content
All CollectionsItems
Work in Items and Reports
Work in Items and Reports
Updated yesterday

Overview

Many features in the View Settings pane to the left of the grid in Items and Reports allow you to view, organise, and manipulate data. You can customize the Reports and Items pages with your favourite columns and filter your inventory.

View Settings

Click on the icon of a table with a gear to access View Settings. A pane will open where you can customize columns and filters.
​

  • Columns can be added, sorted, or removed from the grid.

  • Filters limit which rows are included in the grid.

Columns

To add a column to the grid, click into the box at the top of the column list. Start typing into the box to get a list of columns that include the text entered in the box.

Clicking on the dropdown arrow will give you a complete list of pre-defined columns to scroll to choose from.

Clicking on the column name adds that column to the grid.

Clicking on the question mark on the right of the column name will pop up a box with a short description of the data in that column.

To change where a column appears in the view,

  1. hover over the column to be moved,

  2. click on the left mouse button and

  3. drag the column name to the new position in the list.

To remove a column from the view, click the x on the right of the column name in the Columns section.

Filters

Filters in View Settings determine which rows of data are included in the grid when synced.

In contrast, column filters are a quick way to look up a subset of rows.

To add filters, click in the box at the top of the Filters list and start typing the name of the filter. The filter names are the same as the column names. Alternatively, scroll down the list of filters and choose a filter to add.

The selected Filter is displayed in the Filters section.

Filter types

Filters in View Settings are classified as

  • Yes/No,

  • Lookup

  • Text,

  • Date

  • Advanced

Yes / No filters
Column value is either true or false.

Lookup filters
Choose values to filter on by clicking on the dropdown arrow in the Select box


Clicking the Exclude Selected box excludes the values in the filter from the grid.

Text filters

Text filters combine a list of possible instructions to AGR and a box for you to enter your value required. Choose the instruction and then enter the value you wish to filter on in the box.

Date filters


Date filters can be set to either dynamic date filtering or a fixed period.

  • Dynamic date filtering filters on dates within a period from the current date. Negative values filter on dates in the past, while positive values filter on dates in the future.

  • A Fixed Period filter will always filter on the selected date range.

Advanced filters

Advanced filters are a textbox filter that allows you to write a WHERE clause condition to allow for more flexible filtering.

Example use cases are:

  • To compare values from two different columns

    • example: days until stockout < lead time to find items that are in risk of stockout

  • To use the OR condition

    • example: lead time = 1 OR minimum order qty = 1 OR Item Group Lvl 2 = "No Group" to find items that are missing a registration of some data in the ERP.

  • To use the AND condition

    • example: lead time = 1 AND minimum order qty = 1 to find items that have simultaneously lead time and minimum order quantity equals to one.
      ​

The screenshot below shows examples of how to apply the advanced filter.

Be aware if the function you are trying to use is a number or plain text. Don't forget to always use '' when writing text in the function

Function

Explanation

Example

>

<

=

>=

<=

more, less or equal to

mbe_item_standard.stock_units>=50

stock that is exactly more than 50

<>

not equal to

item_details.confidence_factor <>0

confidence factor is not zero

''

search for a text field

locations.name='warehouse - East (E-US)'

items in "warehouse - East (E-US)" location

like

not like

'like' searches for an exact pattern; 'not like' excludes values that match a pattern.

you can add a wildcard (%), which:

  • represents any number of characters

  • can be placed at the beginning, middle, or end of the pattern.

items.name like 'golf performance bar%'

items that have this in the name (different flavors, for example)
could also be used in the beginning and the end, for example: items.name like '%golf performance bar%'

'YYYY-MM-DD'

fixed date

items.last_sale_date>'2024-12-25'

items that have been sold since December 12, 2025

getdate()

get date from a specific time

items.first_sale_date>getdate()-90

items where the first sale date is not more than 90 days old
(note: getdate() returns today's date)

is null

is not null

is null finds empy fields

is not null finds fields with values

items.volume is null

items that have no volume listed

in

not in

to choose multiple items (in) or to choose everything except some selected items (not in)

v_items_item_group_lvl_1.name in ('Accessories', 'special items')

items that are flagged as "accessories" or "special items" in the item group level 1

items.abc_grouping not in ('A','B')

all items except the ones flagged with A and B in ABC category

Grid filters

There is also a field for filtering at the top of each column in the grid. This is a quick way to find data within the column where the filter is being applied. You can enter the text to filter on directly into this box.

Clicking on the filter icon in the column opens a dropdown menu similar to a text filter. You can use this to select on or two filters for the same column. Other selection criteria are available to return the desired data to the view

Sync grid

The Sync Grid button is used to refresh the data in the view once changes have been made in View Settings.

Group data

To group data by one or more columns,

  1. click the left mouse button in the column header to be grouped,

  2. drag the column heading into the row immediately above the column headers over the text Drag here to set row groups

  3. release the mouse button.

To group by more than one column, drag and drop the additional column headers into the grouping row.

Grouping data requires data aggregation. To ensure that the data is being correctly aggregated, the appropriate aggregation type needs to be used.

To see the available aggregation types,

  1. hover the mouse over the column header of the column being aggregated until three horizontal lines appear.

  2. click on the three lines to view the column settings

  3. chose Value Aggregation setting

  4. choose the appropriate aggregation method from the list.

Column settings

There are various formatting options available to manage the width and position of the columns and data position in the column. To access these settings:

  1. hover the mouse over the column header of the column being aggregated until three horizontal lines appear.

  2. click on the three lines to view open the column settings

  3. select the settings you would like to change

  4. select pre-set values from the menu that opens when appropriate.

To sort data within a column, click into the column header.

  • An up arrow indicates sorting in ascending order.

  • A down arrow indicates sorting in descending order.

  • No arrow indicates no sorting.

Item card

The Item Card icon toggles the Item Card on or off. The Item Card can also be shown by double clicking a row in the grid.

Export

You can export the data shown in the current view to either and Excel or .csv file.

  1. Click on the Export icon.

  2. Choose Excel Export or CSV Export

AGR will create and download the file to your computer.

Save as a report

To save the selected Columns and Filters as a report, click on the Save as Report icon in the tool bar. Creating a report allows you to save your customized views and filters and share the reports with others in your organization
​

Bulk Update

To access the Bulk Update settings, click on the Bulk Update icon on the Toolbar.

In the Items screen, tick the items to be updated. In the Bulk Update box, enable the feature to be updated and then enter the value to apply to all selected items.

Create Order

You can create a manual order by ticking the items to be ordered.

Click on the shopping cart on the toolbar to start the order process.

Video


​

Did this answer your question?