Hi, i have a situation and couln't figure out for this time.Here's the question.
I have a table for accounting. Transactions are stored in this table.
Table Accounting Plus Minus Flag 100 0 1 150 0 1 0 230 2 0 200 2
I want to combine these two columns as one column. It would be something like that.
New_Column
100
150
-230
-200