Viewing 15 posts - 46 through 60 (of 117 total)
Now that I have starttime/endtime as:
StartDate: 2010-04-20 16:58:18.000
EndDate: 2010-04-20 26:59:56.000
I need to calculate the difference as "TimeTaken" and show it in hh:mm:ss
What would be an effective wa to...
April 23, 2010 at 9:00 am
It turns out I was casting the sales field in my sql code as Money and it was being passed as 0.00, so I removed the cast and it fixed...
April 14, 2010 at 9:13 am
I just ran the windows 7 upgrade advisor and it came back compatible with sql 2008.
February 10, 2010 at 10:10 am
It's not b/c the rows are collapsed. We have several reports w/hidden rows and no issue.
There are no subreports in this report, so that's not it either.
I did notice that...
February 3, 2010 at 2:14 pm
Thanks everyone for the responses. It fixed my issue.
January 11, 2010 at 9:56 am
I explicitly set the length of the field.
Thx,
December 30, 2009 at 11:29 am
Never mind, I figured it out; pass the time part of the datetime field in military format to the report from the sproc; then at the report level, sort on...
November 13, 2009 at 3:24 pm
I ended up using the code below and it works for what I'm trying to do. Thanks for your input and I've saved it as well.
Case When [Hour] > 12...
November 4, 2009 at 11:22 am
Thanks Arunkumar, that's what I ended up doing although it was my last resort.
John
October 30, 2009 at 4:14 pm
Yeah, I figured that out after I posted the message.
thx.
July 21, 2009 at 7:16 am
Ok, I'll give that a try.
On a somewhat different subject, if I need to check for the presence of character '\' in a field, will this work:
Case...
July 3, 2009 at 9:07 am
Viewing 15 posts - 46 through 60 (of 117 total)