Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 03, 2012 03:50 PM by Ashutosh Pathak
Member
7 Points
74 Posts
Nov 03, 2012 01:09 PM|LINK
I have to sum up only positive values of a column in rdl report.
Contributor
5737 Points
1105 Posts
Nov 03, 2012 03:50 PM|LINK
you can use expression like:
=SUM(IIF(CInt(Fileds!ColumnName.Value)>0,CInt(Fileds!ColumnName.Value),0))
imranbasha
Member
7 Points
74 Posts
How to Sum only positive values of a column in ssrs
Nov 03, 2012 01:09 PM|LINK
I have to sum up only positive values of a column in rdl report.
Ashutosh Pat...
Contributor
5737 Points
1105 Posts
Re: How to Sum only positive values of a column in ssrs
Nov 03, 2012 03:50 PM|LINK
you can use expression like:
Blog: http://catchcode.blogspot.com
Please mark it as answer if it helps, as clicking on the button can save time of others :)
MCP,MCAD,MCSD,MCTS