I am creating a consolidation and putting Revenue in one of my elements. The expression is {Account = 4600}; however I need to multiply it by a negative one because revenue is stored in the database as a negative and needs to show positve on the report. I tried putting {Account = 4600} * -1, but it errors on the negative sign. It seems to let me do math as long as I multiply/divide by positive numbers, but not negatives. Am I missing something?