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

Hierarchical ID Recursion for Chart of Accounts

$
0
0

This must be a pretty standard report format but so far it looks as though I’m not smart enough to figure out how to get ‘er done. I’m using 2008 R2 to work with a hierarchy of about 30k GL accounts. The hierarchy is narrow at the top—only 5 subtrees (Assets, Liabilities, etc.)—and it is only four levels deep but the bottom levels are several thousand accounts wide.

In addition to the original Account_Number and Parent_Number columns, a straight-forward T-SQL recursive CTE has produced 3 new columns which I suppose should be useful. I’ve tried to work through the SSRS help examples on How To Create a Recursive Hierarchy Group but it’s not getting me where I want to go.

Level     Hierarchy            Node                    Account_Type

1             /1/                         0x58                      Assets

1             /2/                         0x68                      Liabilities

1             /3/                         0x78                      Equity

1             /4/                         0x84                      Income

1             /5/                         0x8C                     Expenses

2             /1/1/                    0x5AC0               Assets -> Cash

2             /1/2/                    0x5B40                 Assets -> Acct Receivable

2             /2/1/                    0x6AC0               Liabilities -> Acct Payable

I would like to a report which opens showing only the top 5 accounts but which will allow User to drill down through each of the remaining 3 levels. Using an expression to indicate level by simple indentation is not an option.

Please point me to an example or some more instructions.


HomeCookN


SSRS 2008 R2 Line Charting y-axis mm:ss

$
0
0

I have the following expression below that I placed in the x-axis:

Int(Fields!AHT.Value/60) & ":" & Format(Int(((Fields!AHT.Value/60)-Int(Fields!AHT.Value/60))*60), "00")

I am haveing a difficult time to get the y axis to format in mm:ss.

Does anyone have an idea or solution how to get the y-axis to read mm:ss?

How to merge multiple datasets in reporting services

$
0
0

we are having difficulty in developing a report because the dataset we needed for the report is coming from 2 separate stored procedure. these 2 stored procedure are returninga single table each, and we need 5 columns in the first table and 4 columns from the second table, and present these 9 fields into a table in the report.

To give an illustration, let's say that my first stored procedure returns the following 5 fields from the customer table: first name, last name, address, email, phone. While, the second stored procedure returns the following 4 fields from the orders table: item name, quantity, unit price, discount. The two tables are related by customer_id field which is present in both tables. Customer table has a one to many relationship with orders table.

This could have been easily implemented by using an inner join and writing a sql query. However, due to business requirements we need to generate the report using the 2 stored procedure mentioned. Please let me know if there is any workaround for this. We are using SSRS 2012. Many Thanks in advance

Report Viewer, how can we add send mail feature programatically?

$
0
0

hi there,

If possible, let me know how can I proceed.

I mean, add a "imageButton" to the control bar such as Export feature.

Is this control customizable?

TIA,


Primary platform is Windows 7 Ultimate 64 bit along with VS 2012/Sql2k8 for WPF/SilverLight projects.

How to find the rowcount of the dataset in a report

$
0
0

I have a report.

In one of the text field i have to show the rowcount of the dataset

How can i do that

COUNT OF ROWS

$
0
0

Hi ,

I want to find count of rows of a particular data set in a table expression. How to do that? Can you please help me out.

Thanks

susheel


sush

can datasets of a reports have different report parameters?

$
0
0

can datasets of a reports have different report parameters?

for example, report parameters are @p1 and @p2.

can dataset1 need parameters @p1 and @p2.

while dataset2 only need parameter @p1?

how to Export a compressed Excel

$
0
0

Hi all,

I need your help

platform:

SSRS 2012 Integrated on Sharepoint 2013

I need to make users able to export  compressed Excel (EXCELOPENXML) Files   

Any help is highly Appreciated


Refreshing on a particular report in a dashboard

$
0
0

Hi Team,

Here I am with a question.

I have a dashboard which consists 4 reports whose values are drill through from one of the report. Say if I click year in 1st report, its quarters will be displayed in the 2nd report. Now, my issue is when click a report the entire dashboard is getting refreshed. My Client's requirement is:

When I click Year in 1st report only the 2nd report should be displayed, Instead of the entire dashboard. Can we do this? if so, please help me out. its very urgent .

Thanks In Advance


Please mark as answer if it is helpful. Thank You

Migrating SSRS 2008 reports to Power BI.

$
0
0

Hi,

I am looking for information/Whitepapers article on can we migrate SSRS reports developed in 2008 to Power BI/Power View. In Power View we  can create and share excel work books, how can we migrate our existing ssrs report to power view.

Thank You,

Praveen


Praveen

How to Ensure that a Textbox Will Stay Alinged with a Matrix in SSRS 2008?

$
0
0

Hello All,

I am very frustrated with this situation that I have at the moment regarding a matrix.  My matrix is laid out and styled the way that I like and it works, however I need to add a title above it and i've chosen to do this with a separate textbox.  The problem I now have is that when I run the report, the textbox may or may not be the same length as the matrix. 

What method can I use to ensure that my matrix will always line-up correctly with my textbox?

In a very general way (screenshots are stupidly not allowed in this forum), here is what I am looking for:

 

                           WEEKLY SELL-OUT

Row Group  Column title 1    Column title 2   Column title 3

 

WEEKLY SELL-OUT is the title which I need.  I've put a rectangle around the matrix and tried aligning them, but each time the data is refreshed the matrix may or may not be aligned with the WEEKLY SELL-OUT textbox.

I've also tried putting a title within the left corner texbox within the matrix itself, however this is ugly and not what I want.  I need it to be centered with the entire matrix and not just withing the textbox. Doing it this way does this to my matrix:

WEEKLY SELL-OUT

Row Group  Column title 1    Column title 2   Column title 3

 

Again this is not what I want.  I want it to be centered and using the textboxes inside the matrix does not allow me to do that.  Also, i'm not able to merge cells within a row in a matrix, only within a column.

Surely there MUST be a way to do this properly - can someone help?

RS Fail to register URL, (no url is registered for vdir=/reports,) Keyset does not exist (Exception from HRESULT: 0x80090016)

$
0
0
Issue:
After fresh install and configuring RS, I go to http://<machine name>/reports , I get error as “An internal error occurred on the report server. See the error log for more details. (rsInternalError) Get Online Help
  • Keyset does not exist (Exception from HRESULT: 0x80090016)”.
Note that even if RS UI says that ‘Success’, I have crash dump file. 

Things I have tried…
1.    Reinstalling RS.
2.    Reinstalling SQL ser only and then adding RS later and configure per info give at http://msdn.microsoft.com/en-us/library/ms157285.aspx
 http://www.hezser.de/blog/archive/2008/08/09/configuring-sql-server-2008-reporting-services.aspx
3.    Uninstalled IIS.
4.    I also tried creating ‘reports’ virtual folder manually but it started to give me permission issues and when I tried to hack the permissions, the final issue I got was ‘’accessing protected memory’. So I stopped perusing this option.

So I after a lot of research, I have not been able to resolve the issues.
I have posted threads and thank you for your input so far but issue is still not resolved.
http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/7f9513c3-05fd-43ed-bec4-46f1db6e5eca

Any help is really appreciated. I will try adding content of log file.

SSRS 2008 - Unable to connect to remote server

$
0
0
Win2k3 R2 SP2/SQL Server 2008 instance with SSRS/Visual Studio 2008

I installed SQL 2008 and SSRS with native mode default configuration.
All SQL 2008 services are running under "NT Authority\Network Service" account.

When i try to deploy a new report, I get the "Unable to connect to remote server" error.

The deploy operation creates empty folders on the web server (hosted by the SQL Server 2008 service)

for e.g.
my instance name is <machinename>$sql2008. i configured the WebService URL and the Reports Manager URL to port 85

the deploy from VS creates ssrs2008Test folder and a Shared Data Sources folder in the following virtual directory
  - Report Manager URL: http://<machinename>:85/Reports_SQL2008/
  - Web Service URL:
http://<machinename>:85/ReportServer_SQL2008

however these folders are empty w/ no .rdl or .rds file. and i get the
"Unable to connect to remote server"  error in Visual Studio 2008 when i deploy it.

is there something else i have to tweak in either the SQL Server/SSRS Configuration Manager or the Windows Server Settings(like port settings or group policy) to get the reports to work?

thanks
-vt


The permissions granted to user '' are insufficient for performing this operation. (rsAccessDenied)

$
0
0

when I try to connect to the "http://localhost:8080/ReportServer" I get this error.

The permissions granted to user 'DOMAIN/USERNAME' are insufficient for performing this operation. (rsAccessDenied).

I have configered the Reporting services Configuration manager.

I am an administrator on my machine and on the reportserver DB. when I try to log on the my 2008 R2 reporting services I get a simalar error.

does any one have an idea of what I am missing?

thank you.

Jeff


Jeff

hiding visibility toggle button if detail is null

$
0
0
I've found several posts on how to hide rows that are null, but I'd like to remove the vibility toggle if the row is null.
Currently, in the detail group Visibility settings, I have it set to expression, using =iif(Fields!tagName.Value="",true, false) and the checkbox in the Visibility can be toggled by another report item and I have one chosen.  It works great.

I'd just like to hide the toggle button if that value is "", and if it's possible, change the toggle from a plus to a minus so the ones that have values have minus signs.  If they want to close them up, they hit the minus.  Right now it's confusing because they're all +.

Possible?

http://localhost/reportserver

$
0
0

 

Hi. Does anybody know why I'm getting the following error when I go to http://localhost/reportserver in a browser? is there a problem with how to setup permission or Windows Vista?

 

Server Error in Application "Default Web Site"


HTTP Error 404.0 - Not Found

Description: The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

Error Code: 0x80070002

Notification: MapRequestHandler

Module: IIS Web Core

Requested URL: http://localhost:80/reportserver

Physical Path: C:\inetpub\wwwroot\reportserver

Logon User: Anonymous

Logon Method: Anonymous

Handler: StaticFile

Most likely causes:

  • The directory or file specified does not exist on the Web server.
  • The URL contains a typographical error.
  • A custom filter or module, such as URLScan, restricts access to the file.

What you can try:

  • Create the content on the Web server.
  • Review the browser URL.
  • Create a tracing rule to track failed requests for this HTTP status code and see which module is calling SetStatus. For more information about creating a tracing rule for failed requests, click here.

More Information...

This error means that the file or directory does not exist on the server. Create the file or directory and try the request again.

Server Version Information: Internet Information Services 7.0.

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

Total on each page

$
0
0

hi,

      in my report i have amount field. i want to display its total (sum) on each page.....  i have tried runningvalue in tablefooter but it gives final total.......means grand total... i have also tried sum function in tablefooter & set repeateoneachpage = true but it gives same result.............. and i want pagewise totals...... anybody can help me...................

Parameter validation failed. It is not possible to provide valid values for all parameters. (rsParameterError)

$
0
0
Hi,
I have a report which has 5 internal parameters who default is value is selected from a dataset

But when i try to run the report i get the above error...

Any help will be appreciated.

Thanks
Karen

Adding a second report server/url

$
0
0
Hello!  I am somewhat confused by what I have read in these questions and need some help on how to do this.  I am using SQL Server 2008 R2 and we have set up Reporting Services on it.  I created the reportserver database and have a url pointing to it to access some reports.  However, we would like to set up another url pointing to a different set of reports.  Can someone please explain on how to do that?  Can you use the same reportserver database?  Do you just change the target serverurl somehow to point to a different url?  Most of the topics I have found tell me how to set up the initial url.  I have done that and it works fine.  Thanks for any help with this topic.
Viewing all 10045 articles
Browse latest View live


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