Viewing 15 posts - 5,821 through 5,835 (of 18,926 total)
bpmosullivan (5/24/2011)
Here is what i've tried so far. I've been googling all day but not getting anywhere
SELECT CAST(SUM(TB1.TimeDuration + TB2.TimeDuration) AS int) AS Total
FROM ...
May 24, 2011 at 8:00 am
What's the datatype of the parameter in the stored procedure?
What's the datatype of create_date?
May 24, 2011 at 7:50 am
What link is missing / broken?
Keep in mind that not all articles have been posted yet. so maybe that's why you can't access those.
May 24, 2011 at 7:15 am
You can name a textbox in the grouping sections and use that as a dividor.
May 24, 2011 at 7:13 am
I'd check to make sure that the @To is not set to 2011-05-01 and actually set to 2011-05-31.
I personnally preffer to use < 2011-06-01. I can't tell you why,...
May 24, 2011 at 6:32 am
carl.meads (5/24/2011)
I want the percentage of each visit status against each total within the period number ir period 1, period 2 etc
I can't see your image (on your desktop). ...
May 24, 2011 at 6:26 am
Please post sample data and required output formatted in the matrix.
May 24, 2011 at 6:19 am
Ok then, use a tablix, set the dataset for the tablix and then do count(*) in 1 column. That should work.
If not try sum(1).
May 24, 2011 at 6:09 am
You can put that 2nd count in a textbox, name the textbox something meaningful and then use the textbox value as such :
ReportItems!txtSumValeurOuvertCUPA.Value
May 24, 2011 at 5:47 am
GilaMonster (5/23/2011)
Ninja's_RGR'us (5/23/2011)
never seeen that b4...SQL 2000 server.
Ya but I was under the impression that ssms was generating that file, so I assumed it could word on sql 2k... but...
May 23, 2011 at 1:36 pm
GilaMonster (5/23/2011)
sqldba_icon (5/23/2011)
May 23, 2011 at 12:09 pm
Please attach the actaul plan... there's way more data we need to see besides the operators and %.
P.S. I see you are using SSMS, is the server sql 2000 or...
May 23, 2011 at 11:15 am
Viewing 15 posts - 5,821 through 5,835 (of 18,926 total)