DT
    
        
            How to determine loss by amount?
            
                 18 May 2014, 23:59
            
                    
I want to compare loss by amount. For example GrossProfit is less then -10 negative. How would I do that. So far I've been doing
if (GrossProfit < 0) to determine negative but it doesn't help on determine by how much. Please help. Thanks.

Spotware
19 May 2014, 09:28
RE:
dtniam8 said:
@Spotware