Viewing 15 posts - 166 through 180 (of 399 total)
pietlinden. not sure if you get me.
The trouble for me is within SSRS. I don't know how to get three identical tables working together in concert, but...
August 28, 2014 at 6:10 am
I agree "one thing at a time" and the most important part is the middle region where there are 3 tables for different years - all reporting by month/ sum...
August 27, 2014 at 11:13 pm
move_date = datetime datatype (format 2013-08-27 00:00:00.000)
This expression works
=Year(Fields!move_date.Value)
but
this expression will not reduce the year by one:
=Year(Fields!move_date.Value)-1
I have also tried
Datepart("yyyy", Fields!move_date.Value) -1
also tried
=Parameters!year.Value - 1
how to build...
August 27, 2014 at 8:45 pm
pietlinden, thankyou so much.
My dataset is already pulling in all the years but....not in date form.
What you've pointed out to me is that I need to...
August 27, 2014 at 7:54 am
doug.brown, you rock. Exactly right.
August 26, 2014 at 11:28 am
I've managed to do in SSRS what I've been asking to get help with.
The steps taken seem unconventional - nowhere did I find the directions to do it...
August 24, 2014 at 9:12 pm
but the article/s totally gloss over how to do certain things, like when the last link says
"In a tablix data region, click in the table, matrix, or list to...
August 21, 2014 at 8:01 am
can you provide a step by step for pulling in a table item, adding three columns, and getting the group by the one column for the remaining two?
For me the...
August 20, 2014 at 9:23 pm
will read and try, thanks
August 20, 2014 at 9:16 am
I had to first de-aggregate the source values in the second dataset before I could pull them in. The expression that worked, once I did that, was
=Fields!U_SentLeads.Value, "UniqueLeadsQuery"....which...
August 12, 2014 at 10:57 pm
I didn't find this worked for me.
August 12, 2014 at 10:54 pm
SQLRunner,
Are you suggesting that my main problem is 'division by zero'?
At the bottom of my column of percentages I need the average of percentages.
I've tried
=AVG((Fields!To_Your_Store.Value+Fields!Lost_to_Competitors.Value)/Fields!TotalLeads.Value))
and result is 'Infinity'....
August 11, 2014 at 9:19 am
Hi KoldCoffee,
probably you need to update your TimeCol table, set IsProcessed column to 1 for datePart 2014-06-20.
July 19, 2014 at 2:56 pm
Viewing 15 posts - 166 through 180 (of 399 total)