Hello to everyone.
I´m looking for a way to change multiple negative values to zero that are present in different fields.
thank you.
Solved! Go to Solution.
You've got two (2) replies from @IraWatt and @DataNath already, but I'll add a third. I read your post with a slightly different function in mind. The smallest number (value) that you want present in your data is zero (0). This logic is easy to implement with:
MAX([_CurrentField_],0)
You'll find more uses for this later in your Alteryx life.
Cheers,
Mark
Every day is a school day! Wasn’t aware of that option, cheers @MarqueeCrew!