Viewing 15 posts - 106 through 120 (of 641 total)
sending email for email addresses that fall below and above min and max?
September 11, 2014 at 1:28 pm
I now see how to use the formula so that the YoY variance is calculated in one cell. No need to bother with the hidden tables.
It is so lucky...
September 11, 2014 at 5:08 am
send an email to the email address I got from the second table
how did you handle that part?
September 10, 2014 at 9:28 pm
no, the answer is as follows:
instead of trying to add a second filter to the Year parent group, build the constraining expression into in the column:
=sum(iif(Fields!MonNo.Value < datepart(dateinterval.Month, today),...
September 10, 2014 at 12:10 pm
David, that's sublime. Key point I took from you was
My answer, FWIW, would be to remove the year filter from the dataset and add it to the column...
September 10, 2014 at 12:05 pm
Otherwise, Jack probably is on to something with the LOOKUP function and I haven't looked into that enough.
I do appreciate the help and should take ownership of not posting...
September 9, 2014 at 7:41 pm
I disagree. This is a calculation and not a query optimization issue. A pure division so I do not want to tax SQL Server for that.
And exactly,...
September 9, 2014 at 7:16 pm
but it's not the solution to this problem! I looked at the RDL Jack left and it involves creating another column that I can't hide or use.?
What I'm going...
September 9, 2014 at 6:15 pm
yes, you and pietlinden are the only ones. And you are trying to help me but are under and over reaching each time. I need one specific thing...not...
September 9, 2014 at 4:39 pm
Yeah, I'm learning SSRS. My boss knows that.
I'm asking for help with one small part of a report and not for advise on why I am bringing in...
September 9, 2014 at 3:31 pm
ok, while you were responding I was coming up with the most thorough summation of what I was after with step by step instructions on how to use my DDL...
September 9, 2014 at 3:07 pm
Jack, Yes I need completed months of the current year compare with same months last year. My actual query is sizable and used to feed multiple tables and charts...
September 9, 2014 at 11:21 am
Did you get help you needed? After joining the tables on id you can filter WHERE totalcount is > max and < min..ofcourse in sql it's easy. I don't have...
September 9, 2014 at 10:11 am
Thanks Jack, I'll take a look at this (just got it). I really appreciate it
btw, earlier I said
subtract last years count from this year's count to...
September 9, 2014 at 9:09 am
But, since I am not comparing the difference between rows in a sql result set LAG() is not what I'm looking for.
LAG() "Accesses data from a previous...
September 9, 2014 at 6:34 am
Viewing 15 posts - 106 through 120 (of 641 total)