Hi,
If by default it is showing up as a positive number, that means it is being stored in the database as one. However, you can enter the advanced report designer (click the edit button after turning on the advanced layout checkbox in step 5). For each of the fields that you want to appear as negative, multiply it by -1. So, if the old expression was:
fieldx
Change it to:
fieldx * -1
Trevor |