Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

expression when sum have minus number then show 0

$
0
0
I have textbox with expression

=Sum(Fields!servicetotal.Value, "Service") - Sum(Fields!servicefee.Value, "Service")

Got the correct result.

If the result number is negative, then I need to show (display) 0.


Viewing all articles
Browse latest Browse all 3145

Trending Articles