I have a stored procedure that produces a resultset for an SSRS report. One column in particular has a value.
You can see the Activities in period column
When I use this data in an SSRS Report it fails to pull the number through.
You can see that the numbers all tally except the Activities in Period.
The field is set up as follows:
Expression: =Fields!ActivitiesInPeriod.Value
Number Format: Number Use Regional setting Decimal Places = 0
The only filter on the table is row based so since the row is returned then why isn't the value?
If I create a new report then it works. If I create a new table it doesn't.
Any ideas?