Skip to main content
Nintex Community Menu Bar

Drawloop - Evaluating Negative Numbers in Conditional Fields in Word

  • February 15, 2022
  • 0 replies
  • 45 views

Forum|alt.badge.img+8

Topic

How to evaluate negative numbers in Word.

 

Instructions

Use algebraic logic to evaluate negative numbers. For example: Assuming the tag is -5. Original: { IF > > 0 "8.00" "0.00" } Fix: { IF { = { > } + 5 } > 0 "8.00" "0.00" }

 

Alternatively, Use Excel as middleware to do the logic.

https://community.nintex.com/t5/How-To/Drawloop-Excel-as-middleware-Connected-Data-and-Named-Ranges/ta-p/120828