I know there has to be a way to do this with Javascript but I can't do it myself, hoping someone here can help me out... I have a table in a form for our supply chain department to do inventory. The form uses a lookup to list items we should have by location and the desired par level. The form then subtracts the actual number on hand (entered by the person filling out the form) from the par level to indicate the number that need to be ordered or restocked. I then have a second form that is sent to the manager that I would like to only have the rows of items that need to be restocked (i.e. the # to restock field greater than 0).
Thank you!