Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Over/underflow error

Avatar

Level 1

I understand the not dividing by zero issue, but can't get the following to work without the over/underflow error (the calculation works as intended though):

if (IBW ne 0 & HasValue(IBW) & (Actual_weight/IBW > 1.19) then

IBW+(0.4(Actual_weight - IBW))

elseif

(IBW ne 0 & HasValue(IBW) & (Actual_weight/IBW) < 1.19) then

ODW.rawValue = "NA"

endif

I'd appreciate any help!

Thanks,

Sarah

0 Replies