Skip to main content
Nintex Community Menu Bar
Question

Is there a way on a UI-Only Field formula to Round to the nearest thousand?

  • July 11, 2024
  • 1 reply
  • 1 view

Forum|alt.badge.img+13

Hi,
Wondering if there is a way on a UI-Only Field formula to Round to the nearest thousand?

Thx

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+9

ROUND( {{Your_Field__c}} / 1000 ) * 1000