S
Sandy Thomson
In a report i need to show a negative currency value as a
positive value - how can i do this?
Thanks
positive value - how can i do this?
Thanks
or if F1 has both positive and negative valuesSandy Thomson said:In a report i need to show a negative currency value as a
positive value - how can i do this?
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?
Thanks
Codemonkey said: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?
Thanks
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?
Thanks