Click here to Skip to main content
15,883,875 members

Comments by NeNe4877 (Top 2 by date)

NeNe4877 23-Oct-12 9:20am View    
The crazy part is they are all data type float. If I remove the unique expression from

=Sum((Fields!CostAmnt.Value) and (Fields!AcctPrd_Name.Value = Parameters!AcctPrd_Name.Value))

and change it to
=Sum(Fields!CostAmnt.Value)

then the numbers come in right without the rounding. But it is not pulling just the current month when I remove the

and (Fields!AcctPrd_Name.Value = Parameters!AcctPrd_Name.Value))

At a loss with this. Not sure why the expression would make it round.
NeNe4877 8-Mar-12 9:56am View    
This worked perfectly! Thank you!