Just wondering. Is it possible to create an invent...
# inventory
m
Just wondering. Is it possible to create an inventory report that lists the matrix children horizontally instead of vertically like this?
k
I suppose you could do a Decode statement to make it do this - but I'd be more inclined to just run the inventory valuation and then pivot chart my data
m
OK.
Can that all be done in Netsuite?
How do you pivot chart in Netsuite?
k
No.
Download to excel and pivot there.
m
Unless you only want to use it on screen - then you could use SuiteAnalytics to build out a pivot table and use it in-system. But you can't export those.
m
Thanks Mark. That may be it otherwise I’ll take Kevin’s suggestion.
k
I would expect to struggle making this map work in SuiteAnalytics, but I suppose it's feasible
m
Hey guys. I figured it out. It is possible using inventory balance search with Multiple Formula (Numeric) with CASE WHEN {item.custitem_psgss_product_size}=‘XS’ THEN {onhand} ELSE NULL END
👏 1