Forum Discussion
netanel
6 years agoPost Prodigy
Need Help
Hello everyone, I have a little problem... I'm having a bit of trouble in the new version to solve this. I'm trying to multiply one column by minus 1 to make all the minuses a plus. can anyone he...
- 6 years ago
Measure = abs([col1]*-1 )
Greg_Deckler
6 years agoCommunity Champion
Can you just use ABS function? ABS([Column])