Viewing 15 posts - 1 through 15 (of 27 total)
Thanks, Jeff. I will try that. As for the version, I was convinced it was SSRS 2016 or newer but I am not so sure now. This is the only...
July 7, 2021 at 10:10 pm
Yes, it does show with time - a bunch of 00:00:00s in the unformatted field lol.
July 7, 2021 at 10:07 pm
Thank you for the explanation. This makes sense in terms of resource-efficiency. I will convert :).
July 7, 2021 at 6:35 pm
Hi Jeffrey,
The data type is date time because when I use query wizard to put filter and choose a date - the SQL code says:
WHERE
pr_time_attendance.h_date >= N'2020-05-10T00:00:00'
July 7, 2021 at 6:33 pm
OMG! Thank you so much. I had come at this via the wizard which by default had created all these row groups, even when I took them out (as seen...
July 6, 2021 at 10:05 pm
When I filter by employee number 1722, it does give me all the records (instead of just 1). And as you can see from the second screenshot in the original...
July 6, 2021 at 10:01 pm
What was your solution though - it seemed more elegant and one that possibly could get nested. Unsure how many times I can nest With CTE etc.
I think I was...
July 6, 2021 at 9:45 pm
Hi Jeffrey,
Sorry for asking a noob question but why should I change the code if it is working for me? Is Jeff's more resource-efficient?
Also maybe my Microsoft Report Builder is...
July 6, 2021 at 9:34 pm
Very similar to what you mentioned but looks like I had to rely on CTE for it to work. Here is the below code.
With CTE as
(
SELECT
...
July 6, 2021 at 6:20 pm
Of course, please note that the example I had shared was a simplistic one. Here is the SQL'ing I had done.
With CTE AS
(
SELECT
pr_time_attendance.a_employee_number
,pr_employee_mast.a_name_first
...
July 6, 2021 at 6:02 pm
Hi pietlindin,
This is not working because I may not be putting the starting parenthesis in the right area or maybe it doesn't work in Microsoft Report Builder.
I read somewhere to...
July 6, 2021 at 5:41 pm
Thank you all for the quick response, despite it being a long weekend in some countries. A blend of these has certainly addressed my issue.
You guys rock!
July 5, 2021 at 6:09 am
If I am understanding you correctly, you are suggesting I make a second table which has all dates and fiscal years (maybe also fiscal periods or fiscal months) and do...
July 3, 2021 at 6:19 pm
Thank you so much, pietlinden. And no you are not estupidez at all, you are a saint for helping dumb old me.
Quick follow-up question - where is the start of...
July 3, 2021 at 6:16 pm
Here is the file just in case.
July 3, 2021 at 12:14 am
Viewing 15 posts - 1 through 15 (of 27 total)