Viewing 10 posts - 1 through 10 (of 10 total)
Thanks Craig,
I've hardly had any experience with CTE's before but I am learning thanks to helpful people like yourself and few good examples/articles on the internet. Thanks for pointing out...
March 8, 2011 at 1:28 pm
Craig Farrell (3/7/2011)
March 7, 2011 at 7:19 pm
Thanks Craig,
I've tried the code out it works as expected but the results get a bit screwed when I add other columns, e.g. from the data example above if I...
March 7, 2011 at 12:42 pm
If more data/information is required please do let me know.
Thanks heaps!
K
March 6, 2011 at 8:22 pm
Hi Craig,
Sorry about that, below sample code.
Also this for 2008 R2
IF OBJECT_ID('TempDB..#mytable', 'U') IS NOT NULL
DROP TABLE #mytable
--===== Create the test table with
CREATE TABLE...
March 6, 2011 at 8:20 pm
Solution
=IIf(((Parameters!Param_Table.Value = "TABLE_CC_") AndAlso (Parameters!Param_System.Value <> "R")),False,True)
January 27, 2011 at 6:04 pm
Good idea, but this wont really work if the subscriptions are on 'Linked Reports'
Should have mentioned it in my questions - that the subscriptions are actually on the Linked Reports
October 12, 2009 at 2:43 pm
Fantastic, I got my result.
Looking at the query, I now I understand what mistake I was doing.
Thanks for your help and support.
August 31, 2009 at 4:07 pm
Pakki (8/27/2009)
U mean to say this is also giving the same error?
SELECT c.claimnumber AS claimnumber,
tli1.UpdateTime as...
August 30, 2009 at 2:58 pm
Pakki (8/27/2009)
ON c.ID = t1.ClaimID
Dont you think it should be tli1 instead of t1 in t1.ClaimID?
Ohh sorry, you...
August 27, 2009 at 2:57 pm
Viewing 10 posts - 1 through 10 (of 10 total)