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

Report Builder 3.0 - Additional columns sorted after values

$
0
0

I'm somewhat new to report builder and have been trying to recreate a report previously created in an Excel Pivot Table. I'm encountering an issue arranging the data the way it's arranged in Excel. 

Specifically, I would like the values column to precede an additional column.  

Until I can post pictures I'll have to try and mock it:

COLUMNS

Values

Results (my data I want as a 2nd column)


I can't figure out how to get report builder to do it the same way. Whenever I add the 'Result' data as a column it always appears on top. I'm guessing what I need to do is somehow get result set as a child of the first Static group, but I'm unsure how to do that.


Any help would be greatly appreciated.


Error Message when trying to open reports on the SCCM 2012 console and IE browser (SQL Server 2008 R2)

$
0
0
I have finally have reporting services up and running. A list of all built-in reports have been populated under Monitoring>Reports but when I click on them I get the results shown in the screen shot attached. Below is the error I get when I try to open any report from my IE browser. I have confirmed SSRS is running on my SQL server. I actually had to start it in order to get the list of reports to populate becasue it was stopped. An error has occurred during report processing. (rsProcessingAborted) Cannot impersonate user for data source 'AutoGen__5C6358F2_4BB6_4a1b_A16E_8D96795D8602_'. (rsErrorImpersonatingUser) Log on failed. Ensure the user name and password are correct. (rsLogonFailed) Logon failure: unknown user name or bad password Attached Images

Phil Balderos

SSRS Toolbox

$
0
0

SQL Server 2014. SSDT for Visual Studio 2013.

So there are hundreds of blogs/articles/etc. all over the Internet telling me where the SSIS toolbox is. 

So, tell me.  Where is the SSRS toolbox or how do I get report items to show up in the regular toolbox?  I would just LOVE to move a matrix over to my report designer at this time.  I have my data source, my data set, and the report designer ready to go.  In fact, the SSIS toolbox and the regular toolbox (the one that says there are no useable items in it) are right there in my way.  I just need my wonderful, beautiful, Microsoft hid it from me because they truly hate me, SSRS TOOLBOX.  Or, at the very least, get the report tools to show up in one of the other toolboxes.

JamesNT


ATTENTION MODERATORS: I do indeed mark responses as answers after I have had time to test said response and verify that it works. Please do NOT assume you speak on my behalf by marking responses to my questions as answers. Mass-proposing responses as answers gets on my nerves, too. Thank you.

Using Custom Code to Create a Heatmap

$
0
0

Below is code I am using to create a heatmap in SSRS. THe code seems to be working well except for one glitch. Sometimes numbers in the "middle of the pack" are white. Obviously they should be one the of colors listed below. Any ideas why numbers would be white when I declared only white for IsNothing. 

  Public Function GetHeatmapColor(ByVal textBoxValue, ByVal minDataSetValue, ByVal maxDataSetValue) As String
        Dim colours As String() = New String() {"White","DarkGreen","Green","ForestGreen","LimeGreen","YellowGreen","Yellow","Gold","Orange","DarkOrange","OrangeRed","Red"}

                If IsNothing(textBoxValue) = True Then
            Return colours(0)
        End If


        If minDataSetValue = maxDataSetValue Then
            Return colours(1)
        End If

        If textBoxValue > maxDataSetValue Then
            Return colours(colours.Length - 1)
        End If

        Dim divider As Integer = (maxDataSetValue - minDataSetValue + 1) / 11
        Dim x As Integer = textBoxValue / divider
        GetHeatmapColor = colours(X+1)

    End Function

SSRS Interactive Filter at the Column Level [Like in Excel]

$
0
0

Hey people,

Is it possible to have Interactive Filters in an SSRS report like in Excel at Column Level as highlighted below. If it is not possible please provide the microsoft link where it says it not possible. If its possible then please do let me know how to achieve this. 



Thanks in Advance,

pks


pks

Updating Data Source through Script - ReportServer Database

$
0
0

Hi,

We're planning to move our database to another server and this going to impact our Report Manager which points the old server.

I'm just wondering if there's way to update Data Source via script.

I checked the DataSource table in the ReportServer Database and it seems the connectionstrings, username and password are all image types which are to de-crypt.

Hoping there's a better way than manually go to each data source in the reports manager

Many thanks

How to show the Chart data in Y axis in SSRS 2008R2 it is possible?

$
0
0

HI ,I have requiremnet where i want to show my chart report data in Y axis...it is possible in SSRS 2008R2??

or it is possible only in SSRS 2012 only?

Please update it 

Thanks for your reply in Advance.

pls find the example which am expacting from your side..

Regards!

Disable link after exporting into excel

$
0
0

Hi Team,

I am facing two issues.

1 I have summary and detail report into same page (Open below link for reference). Now i want highlight selected value after clicking in summary report for open detail report...

https://social.msdn.microsoft.com/Forums/sqlserver/en-US/4176dbf0-837a-4776-ae5e-9d734354fdd0/summary-and-details-page-on-same-page-in-ssrs?forum=sqlreportingservices#4176dbf0-837a-4776-ae5e-9d734354fdd0

2. I have a report with multiple link which one redirect to other reports. After exporting link is showing and able to open other reports from excel. I want disable link after exporting into excel. How can disable link after exporting in excel ?

Thanks in advance.


SSRS loses the ability to delegate user credentials to database time to time.

$
0
0

we have problems with our SQL Reporting Service 2012 (SSRS) server . We have setup Kerberos delegation between SSRS and the database server (SQL Server Always-on cluster) so users are authenticated down to the database. The issue occurs from time to time that SSRS loses the ability to delegate the user credentials to the database. At this point in time the Report Server logs contain rejected database connections because of ANONYMOUS logon. After restarting SSRS the problem is gone.

any one experience similar problem?

thanks for your help in advance !!


Mukesh

DateTime Parameter in Sharepoint 2013

$
0
0

Hi all

I understand that there is a issue with DateTime parameters formatting in SharePoint 2013 where if you input dates as dd/MM/yyyy they convert to MM/dd/yyyy

This fix https://support.microsoft.com/en-gb/kb/2764343 is meant to fix it but where does it need to be installed?

I have a database server , 2 SharePoint App servers and 2 SharePoint Webservers

Any advice would be great.

Thanks

Passing more then one parameter from URL to other report

$
0
0

Hi,

I am trying to pass more then one parameter from URL , Below is my URL

="javascript:void(window.showModalDialog('http://in-mh-co-dt0030/ReportServer_SQLSERVER2012TAB/Pages/ReportViewer.aspx?%2fTest%2fProduct_WiseV1.0&rs:Command=Render&Lob="+Fields!Line_of_Business.Value+"&Year="+Sum(Fields!Year_list.Value,"Year_Param_DS")+"', ''))" 

 Lob parameter is in the same dataset , But Year parameter is from different Dataset(Year_Param_DS).

But If I am passing second parameter (Year) like Sum(Fields!Year_list.Value, "Year_Param_DS") i am not able to open the popup.

If i am removing the sum word Main report is giving an error that "Report item expressions can only refer to fields within the current dataset scope or, if inside an aggregate, the specified dataset scope."

Please suggest me the syntax (I am working using MDX query) to pass two parameter through url, one from same dataset and 2nd is from another dataset.

Or it is not possible to pass the value field from other Dataset in URL (Go to URL option).

Thanks in advance.

"The operation has timed out" when rendering a report

$
0
0

Hello,

I'm using ReportingServices 2008 and I've this message "The operation has timed out" when rendering a report with some parameters.

 I've set in the execution properties of this report : Do not apply the expiration time for the execution of the report.

When I look the ExecutionLogStorage table from ReportServer DataBase I see that I've no message for this report when timeRendering is 21109ms. When I change the report parameters to obtain more data, the timeRendering is 76866ms and I've the message "The operation has timed out".

Have you any tips for solving this problem?

Thanks in advance,

Ana Fróis

SSRS 2005 - Is it possible to generate QR codes for all customers in Customers table?

$
0
0

Hi to all

Not sure if this question needs to be in a different forum or not, but anyway here goes! I have a list of customers in my Customers table. What I am looking to do is to create QR codes for each customer in Reporting Services. I need to include the customer name, address, postcode, telepphone number and contact name. Does anyone know if this is possible, or they have done it already?

Cheers

Naz

Mailing Labels - specify which row to start on and how many rows to print

$
0
0
I have a sheet of mailing labels in which the first three rows have been used.  I want a parameter or something when running an SSRS label report where I can specify what row to begin printing on and how many rows I want to print.  Is that possible?

report builder 2012

$
0
0

Hello,

Can anyone tell me where I can add additional reports to a project in report builder 2012?  In SSRS 2010 I had a Solutions Explorer where I added this additional reports. 

I can't seem to find this in Report Builder 2012.  I'm trying to create drill downs

Any information would be greatly appreciated.

Thanks,


x


rsHttpRuntimeClientDisconnectionError - SQL 2008 R2

$
0
0
FYI - This error rsHttpRuntimeClientDisconnectionError - I have been able to cause this error repeatedly by starting a SSRS report from thehttp://server.com/reports folder and waiting aproximately 10 seconds and then existing from the IE browser. I see the error in the RS log. Thought this may be of use to someone.

Excel as Data Source in SSRS

$
0
0

Hello Experts,

I want to run SSRS report directly by connecting Excel as a data source. The report runs properly from SSDT, but when it is run from Report manager, some users cannot access the Excel connection and the report execution fails. I am using SSRS 2012 and Excel 2010.

I have created the ODBC data connection in SSRS and when I use 'Windows Integrated Security' option for credentials, the connection gets successful. But the problem is that all users does not have permissions to access the Excel inline, but they should get the report working.

How can I store the credentials to access the Excel in SSRS with a specific username and password?

Please Advise. 

--Ruchika

Publishing SRSS 2012 on Sharepoint 2013

$
0
0

I want my SSRS report to be scheduled, executed w/certain parameters and uploaded as MHTML link and as Excel someplace in SharePoint folder. So they will be ready for users to click and view/consume without running/setting parameters and waiting. How can I specify sharepoint as subscription destination location? How can I upload pre-run report as mhtml on sharepoint?

Thank you!


Axis-X Labels Rotate 90° doesn't work

$
0
0

hi everybody

i would like to show all Labels available in a Chart and rotate the Labels 90°. How can i do that ? I changed the Propertie "Interval" to 1, "LabelsAngle" to 90, "LabelsAutoFitDisabled" to true in my Chart Axis.

Add two different custom calculated fields from two different datasets in matrix

$
0
0

Hi

I am not sure if this is possible or not, we have two datasets and each one has an additional calculated field which breaks the value JobBilledExVAT into three years.

So it reports for example how much we billed in May 2015, 2014 and 2013.

I have got the table to display this when reporting on one dataset by grouping by year

The datasets both look similar to this 

SELECT
  Practice.ibvSalesByJob.JobBilledExVAT
  ,Practice.ibvSalesByJob.[Year]
FROM
  Practice.ibvSalesByJob
  INNER JOIN Practice.idvJobType
    ON Practice.ibvSalesByJob.JobType = Practice.idvJobType.VisibleId
WHERE
  Practice.idvJobType.VisibleId IN (@ABSJobs)
  AND Practice.ibvSalesByJob.ClientCategory1 = N'NC'
  AND Practice.ibvSalesByJob.Period = @Period
  AND Practice.ibvSalesByJob.[Year] >= @Pre2Year

The calculated field is 

=Switch(Fields!Year.Value = Parameters!Year.Value ,"15", Fields!Year.Value = Parameters!Pre1Year.Value ,"14", Fields!Year.Value = Parameters!Pre2Year.Value ,"13")

The field I am looking to add together is below

=Sum(Fields!JobBilledExVAT.Value)

If I do the below on the dataset associated with the matrix it displays the sum for each year correctly, I would however like to add the Sum(Fields!JobBilledExVAT.Value) from a different dataset (ABS1M) for the relevant year.

I tried this

=Sum(Fields!JobBilledExVAT.Value) + Sum(Fields!JobBilledExVAT.Value, "ABS1M")

However this adds 2015, 14 and 13 from ABS1M and doesn't add them individually if that makes sense?

With the calculated field it only shows Year under the main dataset heading not 15, 14 and 13 separately.

I was think of using LOOKUP however I don't know how this would work as 15, 14 and 13 are not displayed under the dataset.

Does anybody know of a way around this?  Any advice appreciated.

Cheers


Cheers Chris

Viewing all 10045 articles
Browse latest View live


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