When doing a search, is there a way to visually co...
# beginners
c
When doing a search, is there a way to visually collect all of the same item together, kinda like how the reports do? I've tried to use the
Group
and
Count
summary function but I still end up with multiple of the same item as separate line items.
k
Use your sort orders
If you want one result per item you group by item
Just have to make sure no other fields are grouping
c
This is what I'm trying to weed out.
And in the "dumb question" section, Sort is not the same as "Group" right?
k
Looks like you are grouping by item rate
and by last purchase price
your profit percentage column is all jacked up too
I'd also be tempted to see if "display name" is the same for all the items (i.e. do you have more than 1 item with the name "HG PLUS 25"
c
yeah the profit percentage is a trash fire of incomplete data in our inventory items. Part of the point of this is to find where we need to fill in the essential gaps.
I am marking several of the fields as "group" so they appear in the view of the results. It's the only why I know to do this.
The values in the Name column are the NetSuite 'Item Number' so they should all be unique. Which is partly why I'm confused about why I see several of them together.
k
do "Max"
instead of "group" - but you should note - your grouped prices that are different won't show up there.
Might be worth doing multiple columns "Min" and "Average" too - so that you can see that there are different amounts making it up
c
Good idea. Thanks @KevinJ of Kansas