is there any way to avoid neagative sign on report.
we have a report calculation [variance_amount] where
we calculated [data_A] - [data_B], which gives correct results.
but we are getting some value with negative sign (-).
we wonder if there any way not show '-' sign
thakx in advance for any help
Hi,
Use abs([data_A] - [data_B]) which will return positive number.