Viewing 15 posts - 1 through 15 (of 38 total)
Jeff, you are truly amazing and awesome! Thank you so much for the great help!
As a follow up question: The table2 could have completely different structure with a lot more...
November 19, 2015 at 2:18 pm
BTW, I am using the service account for Data Source which reports are pointing to.
October 12, 2013 at 7:49 pm
Thank you all! Looks like the easiest way is not to define data set using stored procedure, but to define the query directly in the report so I could use...
October 15, 2011 at 6:39 pm
Thanks, Sean. In the example, the parameter is used as :
soh.SalesPersonID IN (@BusinessPersonID)
Since I am using the stored procedure, how do I use (@BusinessPersonID) in my exec proc...
October 14, 2011 at 1:15 pm
Thanks. It comes from SSRS report drop down selection, I don't think i need to split strings here.
Anyone from SSRS would give me a hint?
October 14, 2011 at 12:01 pm
Thank you all!
The subquery is a great and simple approach!
May 5, 2011 at 9:50 pm
Thanks!
I figured that I could also use conditional split to get the values.
However, I have different problems now:
1) I am looping through the excel files and then sheets to get...
August 12, 2010 at 6:49 pm
Oh, no, i lied.
Just checked again, you were indeed right!
Can't believe that I made that mistake. I thought I checked.
Thanks!!!
July 7, 2010 at 6:06 pm
I just have one RecCount Variable and I had set it to be global to the package level and initialized to 0.
July 7, 2010 at 6:00 pm
Got it, thanks!
November 17, 2009 at 3:30 pm
Great, thanks!
November 9, 2009 at 5:31 pm
Paul, Thanks a lot for your script! I'd like to use that to get my sub-directory names and then use Foreach container to loop through.
Would you please elaborate the C#...
November 9, 2009 at 5:05 pm
I understand how to get files using the "Foreach file Enumerator".
My question here is "I'd like to get the return of list of those date-coded subdirectories, i.e.
20091101_12
20091102_03"
How...
November 9, 2009 at 12:11 am
Viewing 15 posts - 1 through 15 (of 38 total)