Viewing 15 posts - 16 through 30 (of 139 total)
If I include it as a sub report it only shows the first employee because the parameter expression is =First(Fields!Employee.Value, "Employee"). If I take out the first I get an...
February 25, 2020 at 2:03 pm
I'm not sure how to combine two different types of tables into one. How do I force a page break on employee? Since they are two separate tables the results...
February 25, 2020 at 1:43 pm
Awesome, Cross Join with Union All worked perfect.
Thank you,
February 19, 2020 at 1:37 pm
Thanks but I can do the T-SQL. I'll just do that.
October 30, 2019 at 3:31 pm
I'm fairly sure we haven't add anything to our SQL Server yet. I'll look this over, but I think I need to do that first. Oops, wrong forum.
October 30, 2019 at 3:20 pm
Here is an example. The last six digits of the GL Account number represent Region/Division. The first matrix totals the 5 series GL Accounts. The second matrix actually has a...
October 30, 2019 at 2:20 pm
April 12, 2018 at 5:42 am
April 10, 2018 at 12:51 pm
Thank you, I think I'm going to give this a try.
I was curious, not being as familiar with the coding, why does the update need to address the alias...
April 10, 2018 at 12:22 pm
April 6, 2018 at 10:29 am
I'm not sure I'm following. The Job and LastJob are not keys. The primary Keys are Company and Employee
There will always be only one Employee (it can never be...
April 6, 2018 at 9:59 am
I was wondering about the Row Number or something else being needed. That is why I couldn't get it to work at the start. I've started reading up on the...
January 24, 2018 at 10:57 am
Could I have used a regular join and ph.EffectiveDate <= tc.DateWorked
, which I also didn't think of?
January 24, 2018 at 10:27 am
Amazing!
I've never used Cross Apply. I have to do some reading up on that.
Thank you very much for your help,
January 24, 2018 at 10:23 am
Viewing 15 posts - 16 through 30 (of 139 total)