Viewing 15 posts - 91 through 105 (of 430 total)
My bad. 12-21. So, if they are 12 on 1/1 then, include them. If they turn 22 on 12/31, exclude them.
November 9, 2017 at 9:16 am
My bad. I use another forum and they require zip files. I would like to get the percent of the Subtotal so, How do I divide the value in [PtCount]...
October 27, 2017 at 10:29 am
Thanx. That's exactly what I needed.
October 18, 2017 at 11:37 am
Thanks but, I know how to do that. I need assistance with adding another matrix then, aggregating the dataset.
October 17, 2017 at 11:18 am
I added a Matrix to the report using the same dataset. Then, tried to group by Location and use an expression to get the counts for Yes and No's. I...
October 17, 2017 at 11:09 am
Here is some test data.
create table #Test
(
Location varchar(10),
PatientNumber varchar(100),
TobaccoUseInLast30Days varchar(5)
)
insert into #Test(Location, PatientNumber, TobaccoUseInLast30Days) values('A2','p1','No')
insert into #Test(Location, PatientNumber, TobaccoUseInLast30Days) values('A2','p2','No')
insert into #Test(Location,...
October 17, 2017 at 8:36 am
I should have mentioned this but, this code begins the procedure. So, there are no temp tables.
July 26, 2017 at 6:43 am
I figured it out. I added a group with a footer then, I added the expression =Count(Fields!EdStatusName.Value) in a cell in the footer.
Thanx.
June 30, 2017 at 12:12 pm
I added this line to the where clause, "and TextLine<>''. Then, used a subreport for the chest x-ray result.
June 1, 2017 at 7:22 am
I found that I need to use a List to drag the fields onto.
June 1, 2017 at 5:31 am
Viewing 15 posts - 91 through 105 (of 430 total)