0

I've created a search that shows current inventory on hand, their purchase price, and a formula that multiplies the two to have current value.

In the results field I want to have a column that shows the last time an item was on a sales order. but i am coming up short. Is there a way to do this? Filter Criteria Results Criteria

J_lano
  • 11
  • 1
  • 5

2 Answers2

1

Criteria - Inactive - FALS Type - Inventory Item Transaction Field: Type - Sales Order Available - Is greater than 0

RESULTS - Name - (Summary Type Group) Description - (Summary Type Group) Available - (Summary Type Count) Transaction Fields - Date (Summary Type Maximum)

Ben
  • 11
  • 1
0

Did you create the saved search from the Item Record or Transaction Record?

If you created it from the Transaction Record then you will want to make sure to use the Date Field and Summary Type (Results tab) as Maximum.

Field = Date Summary Type = Maximum

If you created the saved search from the Item Record you will need to use the Transaction Fields... table join to bring in the Transaction Date field.

  • yes it is a Item Search. However, in the results i can't seem to show the last sale date in the transaction fields. i just need to know when the last time the item was either: sold, shipped or fulfilled. i can use actual ship date but that shows every date that the item was sold on and is an abundance of unnecessary data – J_lano Nov 01 '18 at 17:21