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

Multiple Dates

$
0
0

We had some data conversion issues when we moved to our new system.  Null dates converted from our old system show up as 01/01/1900.  I need to create a query that will pull both IS NULL or 01/01/1900. 

I tried this:

Charge.HoldReleaseDateTime IS NULL OR Charge.HoldReleaseDateTime = N'1900-01-01T00:00:00'

for some reason when I use this formula, it then ignores the rest of my filters and pulls in data that has been specifically excluded.

What am I missing?


Report Viewer 2016 control and user identification (Kerberos and constrained delegation needed?)

$
0
0

Hi,

Good to read about the new Report Viewer 2016 control. It could be useful for us, if we can't use iframe:s for embedding reports into our web applications.

However, one big difference (I guess) between using the control compared to iframe is user identification - we need to know who is viewing the report, in order to filter the data shown.

When the report view control calls SSRS, what is required for our SSRS reports to be able to determine the end-user identity? Is Kerberos and constrained delegation required? I hope not, we are an ISV and our customers are a little reluctant to start implementing constrained delegation.

Note that is not necessary to do real "user authentication" of the end-user, all we need is a safe way to detect the user identity. In other words, we could authenticate the web application application pool's identity, but somehow pickup the end-user's identity.

SSRS 2016 - Mobile Reports Publisher - Stacked 100 Bar is not working

$
0
0

When a Time Chart is added to a mobile report in publisher. And series visualization is changed to "Stacked 100 Bar". It is producing the same chart as Stacked bars and not Stacked 100 Bar.

It doesn't look like "Stacked 100 Bar" is working.

THIS IS NOT HOW THE "STACKED 100 BARS" CHARTS LOOK LIKE





Passing Set Name as parameter to SSRS MDX Dataset.

$
0
0

Hi,

Can some please help me on  passing parameters to MDX dataset in SSRS, I am trying to pass Set name as parameter to MDX dataset.

Also we have two calculated sets in SSAS cube Thor and Epic ,  want to pass the name of the caliculated set as parameter from SSRS report to MDX dataset. Is there a  way to select the caliculated set based on user parameter from SSRS.

With

Set [TempSet]
As
{[Thor]}  // Want to pass Thor/Epic as parameter Str to Set (@VaraiableName)

SELECT 

{
[Measures].[Avg Running Time Min]
} ON COLUMNS,
{
[TempSet] 
* [Shop Name].[All].Children 
} ON ROWS
FROM [OpsCube]

Thank You fro your time.


Error referencing a user defined function in SSRS report |SSRS 2014 | VS2013

$
0
0

I am getting a error referencing a user defined function in SSRS report 

I m trying to follow the below article to convert a label into Dutch:

http://www.keepitsimpleandfast.com/2011/09/localization-of-your-ssrs-reports.html

The function according to the article has no reference to the class or assembly hence I have left it blank .Is that the cause?

Public Function GetLabel(P as Parameter, Label as String) as String
Dim i As Integer
For i = 0 to Ubound(P.Value)
If (P.Value(i) = Label) Then Return P.Label(i)
Next i
Return Label
End Function

I m calling the function on a textbox using the following code

=Code.GetLabel(Parameters!Labels,1000002)




How to freeze the columns in excel exported from SSRS report??

$
0
0

We have created a report for our client. The client wants the report in excel format. As there are nearly about 30,000 rows in the excel. Client wants us to freeze the column header names in the excel so that even after scrolling down they will be able to see the column names.

can anybody have idea how to achieve this in SSRS?

  

SSRS report 2014 with letter page size when embedded in .net site appears contracted with a scroll bar

$
0
0

SSRS report 2014 with letter page size when embedded in .net site appears contracted with a scroll bar

The report works fine and no scroll bar is seen when invoked independtly in the report manager in the ie 11 browser.

Site integration with frame size looks likely the cause 

Any thoughts on can we fix this?




Report Builder 2016 release date

$
0
0

Hello

I downloaded the Report Builder 2016 and installed it, but it says "release candidate" which means not released yet. Is there any target release date?

Ivan


SSRS 2016 - Report Manager - Unable to move items in the hidden folder

$
0
0
The hidden folders are not listed in the browser folder structure when trying to move an item on report manager.

Date Picker Not Showing Up when using Chrome

$
0
0

Hi,

I have a date range parameters in my report, and when viewing it using IE and Firefox ReportViewer, the date picker is there. But when I tried running it using Chrome, the date picker was missing. I tried double click on the date field itself but nothing. My Chrome version is 17.0.963.79 m. I tried allowing the pop-up blocker (as I read somewhere in this forum to try), but still nothing. Any help is very much appreciated. Thanks.


Call me Sam. Once a gunners always a gunners

Change file name dynamically in SSRS 2016

$
0
0

Hi,

We're using SSRS 2016 with server-side /Pages/ReportViewer.aspx to render reports through an iframe. This way we can benefit from the new HTML layout that better integrates in MVC Application with look & feel. That means we do not use ReportViewer control because it still has the old look & feel.

Is there any way to add a parameter to the export file name? We like to have the orderId appended to the file name because the users don't want to do it themselves in the "save as" dialog.

I know this seems to be only possible when using ReportViewer WebForms control. Is there any possibility/news with SSRS 2016?

Another way would be to just implement my own Report rendering page/view. But does the 2016 ReportViewer control support MVC? Any plans on this?

Thanks

Sven

Sub report configuration

$
0
0

Hello All,

My Greetings for the day!!!

I have created a report in which I have created a action i.e. Go to Report.

While I am able to redirect the Report 1 to Report 2.

The parameter of Report 2 is getting fixed.

For Example :

Report 1 has 2 columns Zone and Sales

South 2000

East 1000

North 1000

West 2000

Now If I click on West then it redirects to Report 2 with sub zone of West (passed as parameter)

Here, the list has all sub zone. So If I select sub zone of other than west. It does not display.

Please give your suggestions.

Regards,


Hiren Parikh

want default params but dont want report rendered till user hits view

$
0
0
Hi we run 2012 enterprise. I like all my params having a default but dont want the report rendered till user has had a chance to get a glimpse of all the defaults chosen and he/she hits view.  Can this be done? At the moment it appears report simply runs each time I preview. 

Assistance with writing an expression to return rows of date values based on the most recent date

$
0
0

I have a table displaying Assessments created by employee and date assessment completed.

For each account # there could be multiple assessments.

I only want to display the most recent date

Account # 123456

           Assessment Name: Home Care Eval

           Assessment Id 121 Created by: Jane Date: 9/15/2016

           Assessment ID 122 Created by Jane Date 10/1/2016

In this case I want to only display the most recent Assessment ID 122 Created by Jane Date 10/1/2016

Thank you

Snapshot executes but subscription does not email to user in SSRS 2008

$
0
0

4 reports are subscribed for the same time in the Report server. For all the 4 reports the snapshot got updated but email is triggered only for 3 reports. The following exception is found in the log.

SSRS 2008, Product Version:10.0.2531.0

library!WindowsService_11!1fbc!11/11/2010-06:00:28:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: An error occurred within the report server database.  This may be due to a connection failure, timeout or low disk condition within the database., ;
library!WindowsService_11!1fbc!11/11/2010-06:00:28:: w WARN: Transaction rollback was not executed connection is invalid
schedule!WindowsService_11!1fbc!11/11/2010-06:00:28:: Error processing event 'SnapshotUpdated', data = d014d802-2b84-41c2-b53e-0f250ce2e7f9, error = Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: An error occurred within the report server database.  This may be due to a connection failure, timeout or low disk condition within the database. ---> System.Data.SqlClient.SqlException: Transaction (Process ID 56) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
   at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.ReportingServices.Library.InstrumentedSqlCommand.<ExecuteNonQuery>b__0()
   at Microsoft.ReportingServices.Library.SqlBoundaryWithReturn`1.Invoke(Method m)
   --- End of inner exception stack trace ---
   at Microsoft.ReportingServices.Library.Storage.WrapAndThrowKnownExceptionTypes(Exception e)
   at Microsoft.ReportingServices.Library.SqlBoundaryWithReturn`1.Invoke(Method m)
   at Microsoft.ReportingServices.Library.InstrumentedSqlCommand.ExecuteNonQuery()
   at Microsoft.ReportingServices.Library.CatalogQuery.ExecuteQuery(String query, Hashtable parameters, CommandType type, Boolean getReader)
   at Microsoft.ReportingServices.Library.CatalogQuery.ExecuteNonQuery(String query, Hashtable parameters, CommandType type)
   at Microsoft.ReportingServices.Library.ReportExecutionSnapshotUpdateEventHandler.HandleEvent(ICatalogQuery catalogQuery, String eventType, String eventData)
   at Microsoft.ReportingServices.Library.EventQueueWorker.ProcessSingleEvent(IEventHandler eventHandler, EventQueueItem item)

 

Can anyone throw more light on how to solve this.

 

Thanks

Antony

 


SSRS 2016 - Mobile Reports Publisher - Unable to open multiple mobile reports

$
0
0

How to open multiple mobile reports? The mobile reports publisher does not allow you to open multiple mobile reports. We can't multi-task anymore? This sucks for development.

SSRS 2016 - Mobile Reports Publisher - No way to change the report dataset

$
0
0

Once a shared dataset is selected to add data to a Mobile Report. There's no way to change/edit the report dataset.

Even if a new dataset is added, the properties of all items (navigator, guages, charts, maps and data grids) need to be reconfigured. Basically, redesigning the entire damn mobile report.




SSRS 2016 - Mobile Reports - Selection List Missing Blank Values

$
0
0

If we have blank values in the dataset, the selection list does not show blank values. The option of Selected "ALL" does not include blank values either. There's no option to include blank values. Hence, the numbers on Mobile Reports are misleading.








SSRS 2016 - Report Manager - Mobile Reports Crash when Shared Dataset is deleted

$
0
0

There's no option on report manager 2016 to change the datasets used by mobile reports. If the shared dataset is deleted from report manager, the dependent mobile reports crash. 

The worst part is the loss of mobile report. Even if we re-create a new shared dataset with the same name, you get the same error. 






Cannot Save SSRS Reports using Report Builder with Form Authentication

$
0
0

I have configured SSRS to use form authentication using a custom security extension which i have implemented by following SSRS documentation. Both Report Server and Report Manager works fine with the new security extension.

However when I try to save newly created report using report builder to the report server, it gives me the following error,

System.Web.Services.Protocols.SoapException: An error occurred within the report server database.

This may be due to a connection failure, timeout or low disk condition within the database. --->

Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: An error occurred within the report server database.  This may be due to a connection failure, timeout or low disk condition within the database. --->

System.Data.SqlClient.SqlException: Procedure or function 'CreateObject' expects parameter '@CreatedByName', which was not supplied.
       at Microsoft.ReportingServices.Library.ReportingService2010Impl.CreateReport(String Report, String Parent, Boolean Overwrite, Byte[] Definition, Property[] Properties, ItemType ItemType, CatalogItem& ItemInfo, Warning[]& Warnings)
       at Microsoft.ReportingServices.Library.ReportingService2010Impl.CreateCatalogItem(String ItemType, String Name, String Parent, Boolean Overwrite, Byte[] Definition, Property[] Properties, CatalogItem& ItemInfo, Warning[]& Warnings)
       at Microsoft.ReportingServices.WebServer.ReportingService2010.CreateCatalogItem(String ItemType, String Name, String Parent, Boolean Overwrite, Byte[] Definition, Property[] Properties, CatalogItem& ItemInfo, Warning[]& Warnings)

I cannot use report builder directly with new security extension to create or edit reports in the report server. It seems report builder fails to authenticate the user properly which results in missing `@CreatedByName` parameter while calling some stored procedure to create the report.

I do not even know how report builder authenticate itself when connecting the report server because it does not ask for username or password.

Could anyone give me an explanation or workaround for this issue?

Any help would be appreciated.

Viewing all 10045 articles
Browse latest View live