Wednesday, April 3, 2019

Saved Search to Show Serial Numbers per Bin

Watch this video to learn how to create a saved search to show serial number per bin.

Note: Below are the sample formulas shown in this video for your reference:

 

Formula(Numeric) = CASE WHEN {inventorydetail.inventorynumber} = {inventorynumber.inventorynumber} THEN 1 ELSE 0 END is equal to 1

 

Formula(Numeric) = CASE WHEN {inventorydetail.binnumber} = {binnumber.binnumber} THEN 1 ELSE 0 END is equal to 1

Image

No comments:

Post a Comment