Im trying to create a calculated field that returns a decimal as a negative number
= (new_balanccebf + new_totalcredits + new_totaldebits - new_retained)
the above works but returns a positive number, I want to retuen it as a negative, but if I try
(new_balanccebf + new_totalcredits + new_totaldebits - new_retained) * -1
it says the formula is invalid
Dont ask me .. i dont know