Netsuite saved search sort by total items sold - search

As the title states, I'm trying to sort a saved item search by how many of each item has been sold. Problem is my search keeps timing out. My problem is probably on the results tab where I'm tying to get the total sold by sum'ing the Transaction:Quantity field. Does Netsuite hold this data somewhere else that I won't need to do any calculations?

Related

How to use grouping and aggregation in NetSuite saved search?

I want to create a search that filters the records like Display the name of every customer and Sum of amount of orders placed by that customer in the last thirty days. I want to apply the search on sales orders.
In the results Tabs try this:

Create saved search in NetSuite that displays which items have been ordered as a single line item

My goal is to see a list how many times an item has been ordered by itself and the quantity ordered.
so:
I think the simplest method is a criteria where the line amount must equal the transaction total amount.

Netsuite items sorted by last count date

I am new to NetSuite. I have set up Calculated Inventory Counts and want to set up some reports based on the counts we have done.
I am attempting to set up a saved search for Items so that I can see which individual items were counted during a range of days, how many adjustments were made as a result, etc.
Unfortunately, I don't see a way to sort items by last count date.
I would be surprised if this has not come up before, but I have searched and not found any relevant answers
Any guidance is appreciated.
Thanks
Quick answer to get you started: in the Results tab, scroll down to the bottom of the Field drop-down and you will see entries that are followed by and ellipsis ("..."). These are the available joined tables. You can select fields from there that are not present on the record type that you are searching, but are present on linked records.
For example: the Last Count Date is not a field on an Inventory Count transaction, but is on the Item record instead. Scroll down (as per above) to "Item Fields..." and then select Last Count Date from the pop-up list to include that field on the search.

NetSuite: PO Rate in Saved Search

I am trying to pull the PO Rate in a Saved Transaction search. This is a built in field on the Sales Order. When I pull it in to the search, it shows no data for Sales Orders that clearly have it if you go to the record. I have tried pulling it by selecting the Field and by using a formula to pull the Field ID (porate). Nothing seems to work. These are Sales Orders without a PO at this time, but the Po Rate field is populated and we need it extracted.
We need this for an upload of data. I know this seems like an easy task - and we thought it would be. Anything you can advise is appreciated
If the line item has "Created Po" i.e. it has special order lines or Drop ship line items , the field "Po rate" has value and it does gets pulled into Search Results.
Also, there are extra lines in search results for shipping and taxes which will not have "Po Rates". Also, you may want to apply filter mailline is false, as porate is line item field

Add up values from matching fields in a linked Sharepoint list

I have 2 lists, say, Fruits & Orders.
Orders has a number field FruitID that links to the ID field of Fruits.
Orders also has a number field OrderValue which stores the value of the specific order.
I want to find out the total sale for a particular fruit. I am doing this calculation in a workflow for the specific fruit. Is there an easy way (read 'no coding')?
See the list of standard workflow actions here:
http://office.microsoft.com/en-us/sharepoint-designer-help/workflow-actions-in-sharepoint-designer-2010-a-quick-reference-guide-HA010376961.aspx
There is no select, or looping functionality.
I suggest writing a custom workflow activity, sand boxing should work
http://www.wictorwilen.se/Post/Sandboxed-workflow-activities-in-SharePoint-2010.aspx

Resources