Viewing 15 posts - 16 through 30 (of 80 total)
Assuming your range is to be calculated within the query using GETDATE() as a reference, what would be the range start and end dates?
What I need to send is the...
February 1, 2012 at 9:26 am
I have a report that has 50ish including subreports in subreports.... I have never had an issue with it. Only thing I can think of is the performance might...
January 13, 2012 at 9:34 am
Thanks for the reply...
one questions though, if a deply this for a user, does the update happen using that person rights or the rights of the admin who deployed?
January 4, 2012 at 8:15 am
OK WOW... I was way over thinking that....
Thanks, that did the trick....
May 6, 2011 at 9:50 am
Thanks for the quick response...
The problems is I need to only list the cases that have had a status of 'filed'. The query above looks at the history of...
May 6, 2011 at 8:45 am
Thanks you both... not sure why I didn't see the solution.....
here is what I am going to use:
[Settle Amount] =
CASE
WHEN (acsv.fee_atty = acsv.manager) AND (acsv.fee_percent = 100)...
February 23, 2011 at 8:14 am
Thanks Dave... Had to play a bit with it. On the report created a seperate dataset. I had trouble cause it kept using the date range and excluding all the...
December 7, 2010 at 9:36 am
My apologies for being a bonehead....
Thanks WayneS
September 14, 2010 at 12:02 pm
Well that explains part of it....
I am still getting an error:
Conversion falied when converting date and/or time for character string
I assume that is the NULL being read in as...
September 14, 2010 at 10:39 am
Steve Jones - Editor (9/14/2010)
Then why not include a blank there? I'm still not clear what you are trying to do.
I get syntax errors when I do blanks:
INSERT INTO VC...
September 14, 2010 at 10:36 am
Sorry for the confusion...
Where the NULL values are in the Insert, those are supposed to be blank... E.I. no closed date or cc_initials.
September 14, 2010 at 10:22 am
ahh thanks... I had left the SPACE(0) on the ELSE... I guess I need to read up on that to see why I was getting an error...
Thanks!
July 22, 2010 at 11:17 am
Hey Paul,
First thanks... I used yours to put the CASE in SELECT statement cause it fit better in the actual query I have. I do most of the calculations and...
July 22, 2010 at 8:50 am
Thanks for the reply... I will play with that today to see if that will work.
For the Fee, It would need to display both since it is for 2 different...
July 22, 2010 at 6:11 am
Viewing 15 posts - 16 through 30 (of 80 total)