megatronixs
Registered User.
- Local time
- Today, 04:58
- Joined
- Aug 17, 2012
- Messages
- 719
Hi all,
I have a table that has a field where positive and negative numbers are stored.
I was wondering if it is possible to split them in the query so the positive numbers appears in one column and the negative in another column..
this would the original:
Reserve
12.00
-45.78
-34.45
25.34
this could be the split:
Reserve Debit - Reserve Credit
---------------12.00
-45.78
-34.45
---------------25.34
(I had to put those minus signs to keep the format)
Greetings.
I have a table that has a field where positive and negative numbers are stored.
I was wondering if it is possible to split them in the query so the positive numbers appears in one column and the negative in another column..
this would the original:
Reserve
12.00
-45.78
-34.45
25.34
this could be the split:
Reserve Debit - Reserve Credit
---------------12.00
-45.78
-34.45
---------------25.34
(I had to put those minus signs to keep the format)
Greetings.