Viewing 15 posts - 136 through 150 (of 200 total)
It sounds like Groups might be what you're after. Add a group and set it to group on Branch; there is an option for repeating Group headers on each...
September 10, 2014 at 12:26 pm
Have you tried refreshing the dataset? Sometimes in Visual Studio 2005 the report will preview with the data the dataset picked up the last time it was refreshed, and...
September 10, 2014 at 12:09 pm
You can do it in an expression with ReportItems, like this:
=ReportItems!Textbox1.Value / ReportItems!Textbox2.Value
Where Textbox1 and Textbox 2 are the actual names of the fields you want to divide.
August 25, 2014 at 3:53 pm
Instead of using the expression, what happens if you just change the field's Format to P (in field properties)? That's what I've always used for percentage fields. It...
August 13, 2014 at 2:35 pm
In SSRS you might be able to do it by just adding a textbox below the detail row with the fixed values
BALTIC
BUFFER
But you would still need to exclude them...
August 5, 2014 at 12:17 pm
AFAIK, headers are the only thing that can be configured to repeat at the top of each page (either report headers, table headers, or group headers).
July 28, 2014 at 11:01 am
Groups have their own subheaders that you can repeat on each page. In the Edit Group window, check both the "Include Group Header" and "Repeat group header" checkboxes. ...
July 25, 2014 at 5:36 pm
When you run your query, I assume you are attached to either database X or Y, and the code tells it to call out to the other DB for that...
July 22, 2014 at 5:19 pm
I would be interested in being corrected on this, but I have been told they are not backward compatible. My understanding is reports developed in 2005 might work in...
July 22, 2014 at 2:41 pm
In the properties for the tablix, is there anything on the Sorting tab?
July 21, 2014 at 4:16 pm
What is the data type of the field agrtid? If it isn't INT, you probably have some implicit conversion going on which can affect performance. Otherwise, it might...
July 21, 2014 at 4:04 pm
AFAIK you need to enter credentials on all data-driven subscriptions. They are entered on all our data-driven subscriptions - we have a special reporting user for the credentials.
July 21, 2014 at 12:40 pm
First see what data source the report is using. In SSRS, when you have the report open go to Properties -> Data sources. Usually, you'll see a pathway...
June 26, 2014 at 1:47 pm
AFAIK if you set defaults for all of a report's parameters, it will automatically run for those defaults. Since this report has one parameter and you are specifying a default,...
June 25, 2014 at 4:25 pm
It sounds like the password might have been changed for the user whose credentials are used for the data source. I would start by checking the data source in...
June 11, 2014 at 2:25 pm
Viewing 15 posts - 136 through 150 (of 200 total)