Hello,
Is there a way to put a report into a debugging mode?
My situation is this. I'm changing the SP of a report to speed it up in a transition to 2005, in fact this is the same one where the funky from was from, and for some reason when I call the SP from SQL it takes 4 seconds. When the report runs, well its been 20 mins and its ...
Over the years, I've been working with SSRS reports (RDL and RDLC) but I have not found a solution to this problem: Let's say I have x number of fields in my report. I would like to highlight all the fields at once and modify the background-color, foreground-color, font and font size, for all fields at the same time.
Is this possible...
I have created an SSRS report that will display multiple Orders and the Items that are in the Order. It looks something similar to:
Order # | Order Amount | Item | Item Cost | Item Qty
------------------------------------------------------------------
1000 $5,000
Foo $...
I'm creating an analytical US state map using SSRS. I've matched the STATE_ABBR field to my db's state abbreviation field that is of data type VARCHAR(50). I changed the data type to VARCHAR(2) and CHAR(2) but still get the following error:
The expression that specifies the binding field 'STATE_ABBR' for layer 'PlygonLayer2' in the m...
I have a filter on my report that is a multivalue list for UnitNumber.
The report is set up to show each unit's details on a separate page.
If I select unit #3 and unit #4 and unit #4 doesn't have any data, is it possible to show the data for unit #3 and then on the next page say "Unit #4 has no activity"?
...
I am stumped.
I have a select statement that returns the data fine in the data pane, but in the resulting report, one row is our of sort order and falls about 25 rows down in the data where it shouldn't be.
How do I trouble shoot something like that?
Thanks!i
...
I have report which calls parameterised SP. when i preview/debug/run the report i see three two box and one date control where i enter the values and view the report ,I can see the report correctlly.
My client asked me to put dropdown instead of text box.
Now I created two data set ,and changed parameter property to get values from quer...
I have 2 parameter lists. 1 is Owner and 1 is unit which is dependent on owner. These are multiselect parameters.
By default select all is chosen for both so right when you enter the report select all is selected for both Owner and Units.
Now when I uncheck select all and check 3 owners it again selects checks all units in the unit lis...
Hi,
I've just set up SSRS for my office. Some users need to be able to run Report Builder. I've created an AD global group and used Report Manager to assign Report Builder privileges to that group.
I've verified that the Report Builder configuration on SSRS is correct.
Even after these users are assigned to the Report Builder role, ...
Hi,
I am working in SSRS 2005.
I am trying to format numbers into two decimal places. When I add N2 in the format property of text box, all the numbers are getting two decimal values (1 will be 1.00). However, I need to format to two decimal only if it has a decimal value.
How do I achieve this? Please help..
Thanks
Lijo
...
Is there a way to modify the SQL Query at runtime using some code? I have a situation where I have an ASP.NET application and I want to pass data to a SSRS report without adding parameters. Thank you.
...
Hello,
As you may be aware there is a peculiar situation with the display of column headers in SSRS2008... i.e. you need to dig around a bit to get them to repeat on every page.
http://blogs.msdn.com/b/robertbruckner/archive/2008/10/13/repeat-header-and-visible-fixed-header-table.aspx
All of the examples I've seen rely on some kind of...
Hi
I have a dataset as follows
SELECT WEEKNAME AS WEEKSTART, CUSIP_BASE AS CUSIP,
case
when FK_BBGFTPStatus = 5 then 'Failure'
when FK_BBGFTPStatus = 8 then 'Failure'
when FK_BBGFTPStatus = 9 then 'Failure'
when FK_BBGFTPStatus = 3 then 'Success' end 'RESULT'
FROM Glossary
WHERE (FK_BBGFTPStatus = 5 OR
...
I have reporting services setup and can publish report to it by hitting deploy in Reports Solution. After publishing I can view them through the web server and they work as expected.
However if the report contains any row group the deploy times out. The preview function will work correctly, but publishing times out regardless of timeo...
My team is using VSTS 2010 and by default TFS 2010 provides multiple bug reports like 'Bug Status', 'Bug Trend' and so on.
I want to send these reports to the entire team and I want it to be rendered in email and not as an attachment.
Any ideas on how we can do this?
One idea which I am thinking right now is to have
1. TFS 2010 has th...
in have forecast(x,know_x,know_y) function this function are used to predict the sales
of next . is there any related function in sql server or ssrs .....
Otherwise give me some idea.... i want to predict next 12 month sales projection...
help me asas..
thks
...
How can I count the number of null values using SSRS? The following expression is not working:
= Count(IsNothing(Feilds!.FieldName.Value))
This also isn't working:
= Count(Feilds!.FieldName.Value Is Nothing)
...
Hi,
We have rdl report and passing a multiple paramter values through URL. When the passed values exists in report parameter values then report displayes properly.
But when we pass the values through URL which doesn't exists in report parameter value then it throws an error saying parameter value is missing.
The reports db and the a...
In a matrix control, I group columns by 'Size', and then by 'Color'. The resulting table looks like this:
I need to invert the header rows, so the table looks like this:
The values from the child group should display above the corresponding value from the parent group.
...
Hi I've been stumped by this for a while. I need to build a report in SSRS 2005 where a user can select the columns he wants to see from a parameter. So basically the other columns need to be hidden. I can get this to work on 2 coulumns only as the minute I add more and make the Parameter a multivalue parameter nothing works.
...