Here is my problem. Lets say I have a table called Sales, and in this table I have a column called total , which stores a value for example : -100, 200,-10.
If the value is less than 0 it is a expense and > 0 means its a income.
So now I have a report, and i need to calculate the total expenses(-) and total income(+), from a single column. Does any one have any suggestions?
If the value is less than 0 it is a expense and > 0 means its a income.
So now I have a report, and i need to calculate the total expenses(-) and total income(+), from a single column. Does any one have any suggestions?