Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all 10045 articles
Browse latest View live

pie chart

$
0
0

I have a simple pie chart in a SSRS report that I'm having trouble getting the values to show on the chart.  When I right click on chart and select "show data labels" it only shows the value on one slice of the report.

Any ideas? I'm guessing I need to do some type of expression to get it to view on all slices of the pie chart.

thanks,


x


SSRS report export to PDF

$
0
0

Could you please suggest when we are exporting Report to Pdf for 10 months (442 pdf pages ) it has crossed  30 mins and we are not able to export it.

Since data volume cannot be reduced as it is a business requriement.

Could you please suggest how can we tune to export it to pdf.

SSRS - The value of parameter 'param' is not valid. ---> System.UriFormatException: Invalid URI: The Uri string is too long.

$
0
0

I am getting this error when upgraded to SQL Server 2012. Earlier the same report(.rdl) just working fine on SQL Server 2008 R2.

Message = System.Web.Services.Protocols.SoapException: The value of parameter 'param' is not valid. ---> Microsoft.ReportingServices.Diagnostics.Utilities.InvalidParameterException: The value of parameter 'param' is not valid. ---> System.UriFormatException: Invalid URI: The Uri string is too long.

Is there anything changed in SQL Server 2012 regarding this.

Thanks

How to hide total row if only one child

$
0
0

Using SSRS 2008 R2 to create a simple hierarchical report using BIDS. The child rows have the detail data. There are then 2 total levels, dad and grandpa. Generally each level of parent has multiple children and the parent rows are just sums of the detail data. In some cases a parent only has 1 child, so both child and parent have identical sums. When that happens, I need to hide the parent row. My problem is not how to hide, but rather how to use an expression to identify a parent row that only has one child above it.

Thanks.


Bill Whiting

Increase gap between bars in SSRS 2008 charts

$
0
0

Hi,

I'm converting from Crystal Reports 11 to SSRS 2008. In the reports I have bar charts. In CR11 I could set a gap interval between the bars so there would be some white space between each data element. How can I set a gap interval or create white space between each data bar in the charts. I have tried setting custom attributes on the bars and all it did was adjust the width of the bars.  Thanks.

ssrs report from ssas cube , driving me nuts now...

$
0
0

hi folks:

 This is driving me nuts and I know it's gonna be some small stupid settings.  The question is pretty simple, I want to users to be able to pick up a week from date hierarchy. If I specify a static week, mdx query will run and report shows with correct data and format. 

Now, in the dataset I've created using query designer, I've dragged data hierarchy into the filter and check the parameter box and also put a default value as well.   Technically, when I run this report, I am supposed to see a dropdown list with all the available dates but I did not see any dropdownlist and report still runs with default value. 

 Why is this happening? 

Thanks

 Hui


--Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual Source Safe SSIS 2008 SSAS 2008, SVN --

Data Source Level SRS (SSRS) Issue - Permissions granted to user... are insufficient for performing this operation. (rsAccessDenied)

$
0
0
I've inherited a bit of a security issue and would appreciate any insight.  

The bottom line is that I have a user than can run one report from folder "X", but not the report next to it.

Here is the problem context.  The names are changed to protect the innocent.  Sharepoint is not involved.

The SSRS Home Folder has Security "Group or User" of "DomainX\SSRS_Browsers"   with Role(s) "Browser"

"SSRS_Browsers" is an AD group.  The user with the issue (DomainX\UnhappyUser) is a member of this group.

The user is able to navigate to folder "X" (one level below Home) and run Report "A" successfully.  But, when they try to run report "B", they get: 

"An error has occurred during report processing. (rsProcessingAborted)  The permissions granted to user "DomainX\UnhappyUser" are insufficient for performing this operation. (rsAccessDenied)

The difference between report "A" that works, and report "B" that doesn't is that report "B" references a data set from a different data source.

Both reports reference DataSource1.  The failing report additionally references DataSource2.   The SSRS logs confirm this is where the problem is:

ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: , Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user 'DomainX\UnhappyUser' are insufficient for performing this operation.;
processing!ReportServer_0-34!c58!07/16/2014-16:45:41:: e ERROR: An exception has occurred in data set 'DataSource2'. blah blah blah

Both data sources have "stored" credentials with the same AD user: "DomainX\SSRS_Reports".  Both data sources reference the same instance of SQL Server.  They do have different "Initial Catalog" values.  (DatabaseA and DatabaseB).  I can run both reports successfully, but I more authority.

"SSRS_Reports" is defined as a "Login" user under "Security" in SSMS at the instance level.  The Server Role is "public".

DatabaseA (which is behind the data source that works) has Security->Users->DomainX\DataBaseA_Readers.   This is an AD group, that includes has "SSRS_Reports" as a member.
DataBaseA_readers (in SQL Server, at the DatabaseA level) is a member of role db_datareader.

DataBaseB (which is behind the data source that fails) has Security->Users->DomainX\DataBaseB_Readers.  This is also an AD group, that includes "SSRS_Reports" as a member.
DataBaseA_readers (in SQL Server, at the DatabaseB level) is a member of role db_datareader.

Does anyone have any insights as to where my problem may be?

Thank you.  Sorry for the verbosity.  

SSRS Expression with OR

$
0
0

Hi, 

Can anyone tell me how to use OR in an SSRS expression?

I would like to set the BorderStyle Left (& Right) property to "None" for two rows so I need to

use an OR (6 or 9)  

This is what I have so far:

=IIf(RowNumber(nothing)=6,"None","Default") 

 


Does SSRS report supports chrome and firefox browsers as it does in internet explorer ?

$
0
0


In Internet explorer i am able to view all the different kind of options for SSRS report:-

For ex- Print, functionality to increase/decrease size, Search for a word in report etc.

But in Chrome browser above features(Print/Size/Search) are not available.

Kindly help?

 

Regards

Ankit

Move SSRS engine to new server, but keep same reporting databases

$
0
0

We have our SQL Server reporting services (2008 R2) setup as follows:

ServerA: contains the reporting services engine (including the report manager URL, web service URL and so on).

ServerB: Is the sql server instance that hosts the reporting databases for ServerA (ReportServer and ReportServerTempDB).

ServerA is EOL and will be replaced by ServerC. I have two questions:

1. How do we proceed to install Reporting Services on ServerC so that it points to the databases on ServerB.

2. How do we migrate the reports (and settings) from ServerA to ServerC.  Will this be automatic by pointing ServerC to the exiting databases on ServerB.

Thanks.

Cannot download .rdl files in SSRS Report Manager 2012.

$
0
0

I am unable to download .rdl reports in report manager 2012.

I am able to create reports using report builder and I am able to run /view reports that I create.

However , the drop down box does not work work when I attempt to access drop down menu that is to the right of the report.

I am running this report manager on my local machine. I am an administrator on my local machine.

Under "site settings" I have set up my user account, which is administrator, I have checked the System Administrator box and System User box.

Under "folder settings" I have checked all of the boxes.  for my user account, I have all of the boxes selected. Browser, Content Manager, My Reports, Publisher, Report Builder.

My account is also sysadmin on the database.

After checking all of this, I still cannot access the drop down menu in order to download .rdl files. The menu does not activate at all when I click it.

What are some things that I can further check/confirm?


waynegreen6@yahoo.com

Can you link or call a subreport from another solution/project?

$
0
0
or is having it in the same project as the main report the only way possible?

Thanks.

Joe

Matrix Report does not show all data

$
0
0

hi everyone!

I built a matrix report using the wizard to show the response owners against the response status but it isn't showing all of the information that is in the database.

There are no filters, and I cant work out why it wont show the full total of actions against owners.

Any ideas? Picture below shows the report but there are 2 actions missing against these people...

Thanks for your help!


SQL Server Reporting Services: ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

$
0
0
Hey everyone, So I am trying to get a report onto the server, and in BIDS I kept getting a login screen repeating over and over when I tried to deploy my report, so I tried to upload the file at http://<servername>/Reports This worked, but then trying to run this report from http://<servername>/Reports did not work either because "An error has occurred during report processing. (rsProcessingAborted) Cannot create a connection to data source 'FTYDataSource'. (rsErrorOpeningConnection) For more information about this error navigate to the report server on the local server machine, or enable remote errors" Anyways I tried to add a New Data Source (which I would use in the report) at http://<servername>/Reports, type ODBC, with the connection string Dsn=blah_blahblah. I try to test the connection here and get the error ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified This is really getting old fast, everything I try, a new error comes up. Granted I am new at this, but this still should not be this troublesome. Does anyone have any ideas on what could FINALLY allow me to just put a report out onto the server?!? THANK YOU in advance for ANY help.

ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

$
0
0

  • Hello
  • I am getting the follwoing error message when I run the report. This report is going to get the data from DB2 database and I am not able to get the report. Please let me know if any one have any idea on this. Thanks!

     

    • An error has occurred during report processing.
      • Cannot create a connection to data source 'DataSource1'.
        • ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

  • SSRS Atom feed as JSON format

    $
    0
    0

    Is there anyway to get tablix data in JSON format from Atom Feed generated by an SSRS report?

    Tried HTTP header Accept:application/json, but didn't work. the server still returns XML.

    IsNan() function

    $
    0
    0
    Hi All,

    I would like to ask regarding the IsNan() function. How is it used and what is its output?
    I am using it in an if statement and cant seem to get a result. It only outputs #error in my report.
    I am using it in a matrix report which displays the percentage(%) calculation for project hours of a department.
    There might be where a department has no project hours clocked and I would like to output 0%

    Can anyone help?

    Thanks & Regards,
    Fadzli

    Keeping tablix rows from being split across pages

    $
    0
    0

    Using SSRS 2008 R2, I need to report blocks of names and addresses in two columns, and to not split an address across pages.

    As an aside, this data is being reported from a Sharepoint list (not SQL or a database).

    Since I need the address blocks in two columns on the page, side by side, I set up the report like this:

    [Tablix1]               [Tablix1]
    Name                    Name
    Address                 Address
    City/St/Zip             City/St/Zip
    Phone                   Phone
    Fax                     Fax

    Both tablix's have the KeepTogether property set to True (in fact, every control on the page has KeepTogether set to True).

    Both tablix's point to the same dataset.

    Every row in Tablix1 has it's RowVisibility expression set to:

    =IIf(RowNumber("myDataSet") Mod 2 = 1, False, True)

    Every row in Tablix2 has it's RowVisibility expression set to:

    =IIf(RowNumber("myDataSet") Mod 2 = 0, False, True)

    What this does is that it repeats the tablix's for each row in the dataset, and the tablix on the left side is hidden for all even numbered rows, and on the right side, hidden for all odd numbered rows.

    This seems to work perfectly. But when I print it or export it to PDF, it is splitting the tablix's across pages, even though both have KeepTogether set to true.

    Is there any way to keep the tablix's from being split across pages? I tried putting them in rectangles, but it didn't change anything.

    An alternative, which is not ideal, is to force a page break after each set of 6 address blocks. But I don't see a good way to do this either.

    Ideas?

    SSRS Report Builder Date filter did not work.

    $
    0
    0

    I have this expression where i put it in the @endDate parameter expression in Default Value parameter.

    =FormatDateTime(Parameters!endDate.Value,DateFormat.ShortDate)

    However, i keep on getting this error,

    The DefaultValue expression for the report parameter ‘endDate’ contains an error: The expression that references the parameter 'endDate' does not exist in the Parameters collection. Letters in the names of parameters must use the correct case. (rsRuntimeErrorInExpression)

    Can anyone please explain to me what i did wrong here?i check on the related @endDate,but there is no wrong case.

    Or should i put it in the Availabe Value?

    Major Tick Marks - Not shown for the Max value

    $
    0
    0

    Hi,

    In a graph, Im trying to display one measure value (Order Quantity) across all the Categories for a particular month.
    So, I have specified the MAX value for the chart to be MAX(Order Quantity).

    I need to have specific intervals based on the MAX value of the order Quantity. So, I gave an expression, similar to the below:

    case when maxvalue   <= 6 then 1
    when maxvalue > 6 and <= 12 then 2
    when maxvalue > 12 and <= 30 then 5
    when maxvalue > 30 and <= 60 then   10
    when maxvalue > 60 and <= 100 then 20

    So, the interval works perfectly fine based on the maxvalue. But, the problem Im facing is, if the maxvalue is say 13, then I have intervals like 0, 5, 10.
    But, 13 isn't getting displayed, rather the tickmark stops at 10. However the chart value is plotted rightly at 13.
    How do I get the max tickmark to be displayed even if it is not same as the interval value? Any clue on this, is greatly helpful. Thanks!

    Viewing all 10045 articles
    Browse latest View live


    <script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>