I have both positive and negative numbers (money) in a column and need to:
- SUM the total ie. SUM(myColumn) based on if the numbers are +/-
- Present the result as an absolute ie. even though the result is -1234 it should be presented as 1234
SQL is not my trade as you probably notice but we've solved most other issues but this one so any help is appriciated. Keep in mind my skill level is very low