Saved Search Formula SUM(averagecost}/{pricelevel2...
# administration
m
Saved Search Formula SUM(averagecost}/{pricelevel2}) and the entire column disappears from the results. Am I going crazy or should this work? Individually, averagecost and pricelevel2 will display just fine on the search.
follow up to this. I can multiply the fields, but dividing not working???
a
Try using SUM({average cost}/NULLIF({pricelevel2}, 0))
m
looks to be a cost/price issue.
@AI1 pretty much where I was going with this. I nullif'd both. and it works. Seems to bug out if either is missing the value.
a
Usually NetSuite requires a NULLIF for every denominator to eliminate the error of dividing by nothing I’ve never heard of having to do the numerator as well but glad it works