Skip to main content
Nintex Community Menu Bar
Question

How to change a single number field in all rows to a negative value in a table?

  • July 11, 2024
  • 2 replies
  • 11 views

Forum|alt.badge.img+1

I have a table that has a single column where every value needs to be changed to a negative.  Is there an easy way to do this?

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+17
  • Nintex Employee
  • July 11, 2024

Add a UI Only field to your model that executes a formula . {{MyField}}*-1

Then show that field in your table. 


Forum|alt.badge.img+1

I ran the field update off the UI field and it worked great.  Thanks.