From: Robin9876 on
Is there a function in SSRS 2008 that will return just the number part
(including decimal values) of a data item and not the negative sign
but still work when the input value is a positive value?
From: Patrice on
Should be the "absolute value" function.

Try :
http://msdn.microsoft.com/en-us/library/system.math.abs.aspx
(as SSRS uses .NET, you may want to search for this in the .NET doc)

--
Patrice

"Robin9876" <robin9876(a)hotmail.com> a �crit dans le message de groupe de
discussion :
87c5f4a4-a3b1-4ab4-8e51-8be38c9ea112(a)d27g2000yqf.googlegroups.com...
> Is there a function in SSRS 2008 that will return just the number part
> (including decimal values) of a data item and not the negative sign
> but still work when the input value is a positive value?