Viewing 12 posts - 1 through 12 (of 12 total)
This is what i came up with John's suggestion. Will show the actual year in Report Builder.
If anyone has a better solution than this ginormous case statement let me...
February 8, 2018 at 12:23 pm
WITH Dates (StartDate, EndDate) AS (
SELECT '20131201',...
February 8, 2018 at 10:46 am
May 26, 2017 at 12:12 pm
May 26, 2017 at 12:11 pm
Chris -- For some reason its giving me an illegal value date part error.
May 26, 2017 at 12:09 pm
Henrico - I need the opposite of that i need to transform it to date not year.
Thanks 🙂
May 26, 2017 at 12:05 pm
Thanks for your response. How can i implement this? I only have permission to view reports in a SharePoint library with the data source specified. Where should i run a...
April 3, 2017 at 10:54 am
I found a solution 🙂 I added this query under the Query Section "Select Month(Getdate()) -1 as LastMonth" which will give me the last month then selected the third option Override...
March 15, 2017 at 11:42 am
Thanks much for your replies 🙂 Used a data driven subscription with conditional query specified. Now its all good!
February 14, 2017 at 12:30 pm
Oh to answer your question. No there is no January or those 0 values on my Data. Now i understand it. There is no data to show thats why its...
February 1, 2017 at 10:46 am
The previous image is the preview of my report. This is my design view. Its a matrix with individual chart in each row(group - description). The chart should only show...
February 1, 2017 at 10:11 am
Viewing 12 posts - 1 through 12 (of 12 total)