I am attempting to reverse the sign for all instances in a particular column of a report where the sign is negative. Since each column includes revenue in expense accounts, simply selecting; "reverse sign for display" within the format editor will not work for all instances. I am not sure how to use the Sgn formula function in Crystal Reports. My Current Formula reads as follows:
If Sgn (BAL)<0 Then Sgn(BAL) = (-1).
Is this the correct Syntax to Reverse the SIGN only, and only affecting negative balances? Ken
If Sgn (BAL)<0 Then Sgn(BAL) = (-1).
Is this the correct Syntax to Reverse the SIGN only, and only affecting negative balances? Ken