Need Input Value to display negative amount

Hello team. I’ve been searching through the forums for this answer, but can’t seem to find it.

I have an input with a “Content Format” as Integer.

When a user enters in an amount, I want the input to display as a negative value (e.g. -$5,000)

Any thoughts?

Put the input box inside a group. Give the group a number variable and set the initial content of the input to the group’s variable. When the input value changes, run a workflow that sets the value of the variable to the negative of the input’s value. Then in the same workflow reset the the group.

This topic was automatically closed after 70 days. New replies are no longer allowed.