Viewing 15 posts - 361 through 375 (of 3,543 total)
I get the same on 2008 and 2012. 3 seeks with RID lookups...
June 8, 2017 at 9:38 am
Use
=RunningValue(Fields!calculatedfield,Sum,Nothing)
June 8, 2017 at 7:12 am
Fields shows what columns are returned from the query
Parameters is used to map report parameters to stored procedure parameters
June 8, 2017 at 6:55 am
Here are the results on my 2008 laptop. Results are similar on my 2012...
June 8, 2017 at 1:57 am
May 30, 2017 at 6:21 am
Set the sort expression on the row group to
=Sum(IIf(Year=2017,1,0))
May 26, 2017 at 6:24 am
I inserted a matrix into the report with no problem. The rows are the diagnoses...
May 26, 2017 at 6:18 am
I did something similar before
Extract RowId where InSequence=0 (ie 210)
Include min and max IDs (ie 0 and 999)
Sequence with rownumber
SeqNo ID
1 0
2 210
3...
May 17, 2017 at 6:04 am
May 15, 2017 at 8:24 am
May 11, 2017 at 2:25 am
May 4, 2017 at 7:06 am
May 4, 2017 at 2:12 am
May 3, 2017 at 2:41 am
Viewing 15 posts - 361 through 375 (of 3,543 total)