Scenario
To create a Transaction Saved Search for Item Receipts showing From and To locations, follow the steps below:
Solution
- Navigate to Lists > Search > Saved Searches > New
- Search Type: Transaction
- Search Title: Enter Title
- Click Criteria
- Click Standard
- Filter:
- Note: For every required filter use drop-down menu to select it, once adjusted click Add.
- Select Type
- Type:
- Select any of
- Select Item Receipt
- Click Set
- Select Main Line
- Main Line: Select Yes
- Select Set
- Select Quantity
- Quantity: Select greater than
- Value: Select 0
- Click Set
- Click Results
- Click Columns
- Click Remove All
- Field:
- Note: For every required filter use drop-down menu to select it, once adjusted click Add.
- Select Date
- Summary Type: Select Group
- Select Document Number
- Summary Type: Select Group
- Select Item Fields…
- Item Field: Select Name
- Click Set
- Summary Type: Select Group
- Select Created From
- Summary Type: Select Group
- Select Formula (Text)
- Summary Type: Select Group
- Formula: Enter Case when {createdfrom.type} = ‘Purchase Order’ then null else {createdfrom.locationnohierarchy} end
- Summary Label: Enter From
- Select Formula (Text)
- Summary Type: Select Group
- Formula: Enter Case when {createdfrom.type} = ‘Transfer Order’ then rtrim(regexp_substr({createdfrom.transferlocation},'[^:]*$’)) else {locationnohierarchy} end
- Summary Label: Enter To
- Select Formula (Numeric)
- Summary Type: Select Maximum
- Formula: Enter Case when {quantity}<0 then -1*{quantity} else {quantity} end
- Select Item Rate
- Summary Type: Select Maximum
- Select Amount
- Summary Type: Select Maximum
- Click Save & Run