Or use the Format property of the control to show the number without any
positive or negative indicator.
Or use Abs(TheValue) which will return the value without any sign. The
advantage of this is that if the value is positive you still end up with a
positive (unsigned) value.
Or even ([NegValue]*-1)
PC said:
You could try an expression either in the underlying query or in the report
itself somehing like:
([NegValue]-([NegValue]*2))
Paul
Sandy Thomson said:
In a report i need to show a negative currency value as a
positive value - how can i do this?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.