Viewing 15 posts - 31 through 45 (of 133 total)
Try using And (TS.Skill In...
February 8, 2017 at 6:46 am
Try using And (TS.Skill In...
February 4, 2017 at 11:24 am
TS.Skill IN (@TS) works perfectly. I don't know if the drop down list of the SSRS parameter creates a a comma delimited string. I didn't think that was what was...
February 2, 2017 at 9:02 am
WHERE (TS.Skill IN (SELECT Item...February 2, 2017 at 8:42 am
P.S. If I useWhere
HRMst.ActiveYN = 'Y'
And HRMst.Co = @Company
And TS.Skill In (@TS)
It works with multiple selections, but that doesn't...
February 2, 2017 at 8:17 am
I don't believe it is a comma delimited string; I'm still relatively new with SSRS. The program, if...
February 2, 2017 at 8:13 am
February 2, 2017 at 7:49 am
Wow great ideas. I've never thought of that.
Thank you,
August 19, 2015 at 5:32 am
I found it....
The values are not real they are numeric(9,2). I'm still not sure why they were rounding but at least this fixes it.
August 18, 2015 at 2:53 pm
TheSQLGuru (8/18/2015)
assuming both datatypes ARE real, cast the hard-coded values in the isnulls to the same datatpye - not the result of the isnull.
I'm not sure what you mean? ...
August 18, 2015 at 2:34 pm
hehe, and it's not like I haven't already had those issues.
Well, here I am thanking you again for your tremendous help.
I do appreciate all you've done for me.
June 5, 2012 at 8:11 am
Is there any way to have temp tables in an ITVF?
What would accomplish the same thing, which is cutting down on the data coming from the linked server?
My example didn't...
June 5, 2012 at 7:43 am
That's what I thought, I was just trying to jump ahead.
Thanks for the ITVF that, hopefully, will solve my problems
June 5, 2012 at 7:07 am
Is there anyway to declare a variable inside a ITVF or MTVF?
i.e. If the input Parameter is @Co_No nvarchar(3)
Then inside the ITVF you would find:
Declare @MySql_01 nvarchar(4000)
Declare @MySql_02 nvarchar(4000)
Set MySql_01...
June 5, 2012 at 6:49 am
Viewing 15 posts - 31 through 45 (of 133 total)