Viewing 6 posts - 1 through 6 (of 6 total)
The detail row is grouped - because there are negative and positive values for quantity.
The Iif statement on the Total column is :=
=iif(sum(Fields!ADJUST_QTY.Value*Fields!ASTD_TOTAL_COST.Value) > 0, sum(Fields!ADJUST_QTY.Value*Fields!ASTD_TOTAL_COST.Value),0)
Which gives a correct...
September 16, 2008 at 3:44 am
Why oh why didn't I see that??!!!!
As ever - the things you work on for days - have a simple solution......... usually staring you in the face every time you...
July 30, 2008 at 8:29 am
Aha.... I see what you mean. And yes, that's the way to go. Thanks.
I'll tell the person who speced the report that it has to be the Bruno way or...
July 29, 2008 at 8:10 am
Bruno,
Thanks - but - either I'm missing something here - but your solution gives me a column of red - where the duplicated fields are hidden. I only want the...
July 29, 2008 at 7:36 am
I finally resolved it.....
The problem was that somebody (unbeknownest to me!!!) had installed SQL Server Personal Eddition (as they had trouble reading the Standard editoin CD - ).
It's...
July 10, 2008 at 2:39 am
Still haven't resolved this issue.
I read somewhere about licensing.....
I'm using SQL Server standard addition with a single server license.
When I installed Reporting Services 2005 - I created a separate instance...
June 6, 2008 at 4:47 am
Viewing 6 posts - 1 through 6 (of 6 total)