Groups | Blog | Home
all groups > sql server reporting services > july 2005 >

sql server reporting services : use of Mathematical functions



SushiL
7/4/2005 7:27:26 AM
Hi ,

Can you please tell me is there any way to use mathematical functions in RS,
Because i try to find out the functions but only sum function is there but
what about division, Power etc.

kindly pls help.
--
Gavin R
7/7/2005 5:13:07 AM
Reporting Services using the VB.Net expression language, so any mathematicla
function that can be written VB can be used in Reporting Services.

e.g. Divide : Fields!Field1.Value / Fields!Field2.Value
Power : Fields!Field1.Value ^ Fields!Field2.Value
etc...

A full list of functions can be found in the MSDN Library.
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/vsidxarithmetic.asp)

[quoted text, click to view]
SushiL
7/9/2005 1:47:01 AM
Thankx a lot Gavin
--
SushiL


[quoted text, click to view]
AddThis Social Bookmark Button