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

Can we view SSRS report on iPAD without using Sharepoint

$
0
0

HI All,

Can we view SSRS report on iPAD without using SharePoint.

Regards,

Manish


Summary Tablix and Dataset not available

$
0
0

I have a Summary Tablix that uses a couple of ##TempTables that are actually built by preceding Tablixes within the same report. This all worked fine until I added my Summary Tablix and now I'm getting the error...

Query execution failed for dataset...Invalid object name '##TempTable'

I suspect that it is trying to execute all of my dataset at the same time and my Summary Tablix dataset has to wait for my detail Tablixes to run before it can.

Do I have to repeat my logic from my detail tablixes into my summary tablix SQL Server Stored Procedure and re-create ##TempTables within my summary? Should I instead invoke a WAITFOR DELAY in my Summary Stored Procedure? Is there any way to delay the Dataset from trying to retrieve its data on the Visual Studio side...like a property setting...

Thanks for your review and am hopeful for a reply.

How to use BETWEEN in an iif statement

$
0
0

Hello,

I want to use BETWEEN in an iif statement my condition is mentioned below.

=iif(Fields!TRANSDATE.Value BETWEEN Parameters!FromDate.Value AND Parameters!ToDate.Value, Fields!TXT.Value,"Opening")

I am not getting the correct results from the above query.

Please help me.

Convert numeric to text with specific format

$
0
0

How to convert and put on the following format

the field 

field!abc.value  (numeric field) with the following value  56.25

and want to convert the number to the text like  0005625

I'm using VS2013   Report server to write the reports.

Regards

Mesfin

Re Sorting not working as expected

$
0
0

Hi All,

I have a report which has parameter for names - forename surname

when all names are selected, it should show values in chart and table accordingly

In my chart, names appear in sorted order but in my table, they don't appear same.

I used 'ORDERBY forename' in my sql query and sorting forename in tablix properties.

How can I correct this?

Thanks,

AR

Hierarchical filtering in SSRS reports

$
0
0

Hi All,. Happy New Year!!!

I need to build a report in SSRS using share point list or SQL server as my back-end DB. It is a report of 100 employees monthly performance and all these employees are a part of share point security group. It should be designed in a such a way that when i publish this report to my company share point and when an user login to the share point and open this report he should be able to see only HIS/HER data. Similarly when his/her Supervisor open this report, supervisor can see all his team members data. continue to this when a manager login, he can see all his team members(supervisors+supervisors team members) data. How can I go about implementing this security scheme in SQL Server Reporting Services (SSRS)? 

Thanks in advance

santhosha


Santhosh

How can I delay the execution of my Summary Stored Procedure

$
0
0

I have a SSRS Report with two detailed matrixes that produce ##TempTables and then a Summary Matrix which utilizes those detailed ##TempTables to derive some totals. How can I get my Summary SQL Server Stored Procedure to delay processing when my SSRS Report runs until my detailed SQL Server Stored Procedures have run and created the ##TempTables that the summary matrix and SQL Server Stored Procedure needs?

Thanks for your review and am hopeful for a reply?

Simple SQL query question, query lookup

$
0
0

Please be patient ... My SQL query knowledge is almost too small to be measured.

A reference to a useful tutorial would be greatly appreciated.

I need to build a report.

I have two tables.

Table 1: Columns: ID, User ID No, Date and Time of Action

Table 2: Columns: ID, User ID No, Office Name

Luckily the column "Office Name" is well controlled and values can only be within a restricted list.

I need to make a report where the report user provides two dates (start and end). The result must just count all rows from Table 1 that fall within the 2 dates and list according to "Office Name". - The Office Name being found by the User ID lookup from Table 1 in Table 2. The actual names and identities of users are irrelevant in this report.

Start 2nd February 2016, End 5th February

Office A ... 231 rows in Table 1

Office B ...  24 rows in Table 1

Office C ... 543 rows in Table 1

I used Parameters to get Start and End and I did a simple query to get counts per user in the specified period of time. But I don't know how to get a count per Office.

Thanks for reading,

Regards,

Kevin.



Landscape reports

$
0
0

I am converting some reports from Oracle Reports to Microsoft Reports.

The source reports has a way to automatically reformats between Portrait and Landscape format. How can I do that in Microsoft reports?


Certified Geek

Calculate SUM of column based on another column SSRS

$
0
0

Hi,

I have the following expression, however I keep getting #Error.

I want to get the total result value if column Med = 1. The Result is a decimal so tried 0.00 instead of 0 however it is not working. 

=Sum(IIF(Fields!Med.Value = "1", Fields!result.Value, 0.00))

Can anyone advise me what I am doing wrong.

thank you 

SSRS Multiple Parameters from Stored Procedure - Split Function

$
0
0

I figured out that when I select more than 1 value for a parameter, it creates the following:'Blue,Orange'.

SSRS recognizes that the 2 selections are 1 entity.

I came across the DBO.Split function. I have created a few different versions and they seem to be stored to the database.

However, I am trying to call it into the Stored Procedure but it is not being recognized. 


Does the split function have to be located in a certain folder to be recognized?

SSRS 2008 R2 -> Is there any way to 'round' the borders of the boxes when creating a border?

$
0
0
My client wants the hard corners of the borders of the boxes in the report to be rounded. Is there any way to do that?

Change the scale of Guage report from 50 to 100 (being 180 degree shape)

$
0
0

Dear Team,

May I know we can set range starting from 50? minimum value should be 50 and should range to 100, however the structure should be 180 degree as default.

Thanks!
SHam

SSrS Subscription Runs but No Output and No Error

$
0
0

SQL Server 2014.

We have a data-driven subscription that runs a report.  The data-driven query produces eight reports sent by email to eight different people.  The subscription runs and returns status, "Done: 8 processed of 8 total; 0 errors."  However, only seven people get email.  I manually ran the one report that did not get email and found it to run 70 seconds.  It was a long report.  I set up a separate regular subscription for this one and tried again.  The status showed,"Mail sent to <user@domain>" but again no email went out.  What might be causing this longer report to not complete/not send an email?  I checked "processing options" for the report and set it to "Do not timeout report."  But I suspect that option only affects the report when run directly from the report manager, as the subscription still did not send an email.  SO, what limit might I be hitting that keeps this one subscription job from running?  Where and how can I change the limit?

The Microsoft Access database engine cannot open or write to the file in Report Builder 3.0

$
0
0
I am trying to build a report in Report Builder 3.0.  I created the Data Source to point to my Excel file and the Data Set.  I drag a couple of fields on to the canvas and then choose Run.  I get the error:  "The Microsoft Access database engine cannot open or write to the file.  It is already opened exclusively by another user".  I am using the Excel driver.  Why am I getting this message?  How can I fix this?

Report Viewer Error Xmlserializer and Temp Directory

$
0
0
I'm using the Reportviewer to view a report on a publicly hosted web server. I'm getting the following error:
Access to the temp directory is denied.  Identity 'Windows\windowsacount' under which XmlSerializer is running does not have sufficient permission to access the temp directory.  CodeDom will use the user account the process is using to do the compilation, so if the user doesnt have access to system temp directory, you will not be able to compile.  Use Path.GetTempPath() API to find out the temp directory location.

What is the temp directory a reporting server uses?
DJ Baby Anne's Biggest Fan................

Daily, Weekly, Monthly and Yearly parameter for scheduled SSRS report

$
0
0
Currently, I have a report that takes two parameters:  StartDate and EndDate.  I would like to schedule the report to run on a Daily, Weekly, Monthly or Yearly basis, but this doesn't work too well witih StartDate and EndDate because the parameter is static.  What is the most elegant way to implement this change?
intercrew

Multi Select Parameters in SSRS with default selection set to "Select All

$
0
0

In the case of Multi Select Parameters in SSRS,
How to set the default value to "Select All". I.e., by default, the Parameter value should be set to "SELECT ALL".

For example, if we have a @Region as a MultiSelect Parameter
with Values, "EA","SW",NW" and "HQ"

SSRS adds "Select ALL" check box to the Parameter list.

So We have Select All, EA,SW,NW,HQ check boxes appear in the Parameter List Box for the user to pick the Parameter Values for Region.

To start with,  the "Select ALL" check box should be checked(default selection)
How to achieve this ?

Report Builder 3 Custom Formatting a Timespan HH:mm:ss:fff

$
0
0

Hello all. I cannot get this to work. I am trying to format the text in a tablix textbox to HH:mm:ss.fff or HH:mm:ss:fff. Here is my expression:

=Format(TimeSpan.FromMilliseconds(SUM(Fields!CumulativeTrackTimeMS.Value)), "HH:mm:ss:fff")

All I get is #Error in the tablix cell. If I do not include the Format function, I get a valid timespan with seconds to 7 decimal places. This is way to much precision. I also tried:

=TimeSpan.FromMilliseconds(SUM(Fields!CumulativeTrackTimeMS.Value)).ToString("HH:mm:ss:fff")

but I get an error that says no overload of the ToString function accepts this number of arguments.

Any help is appreciated. Thanks.

SSRS 2008, InterSystems Cache, and SharePoint

$
0
0

I recently set up a test sytem of 2 servers (both 64bit on Windows Server 2008 R2).  SharePoint 2010 (SP2010) and SSRS 2008 R2 (SQL-RS01).  They are integrated and I can succesfully pull and open reports from a SharePoint 2010 List and SQL Server 2008 R2 databases through both the ReportServer (SQL-RS01) at http://sql-rs01/ReportServer and through a SharePoint Report Library on SP2010.

However, I'm having trouble when it comes to getting a report being pulled from our InterSystems Cache db to work on either the Report Server url or from within the SharePoint Report Library.  I have created a simple report in Business Intelligence Development Studio and have connected to the Cache db by establishing a Data Source of type ODBC and using a connection string like so "Dsn=DSSQLLIVE;server=XX.X.X.XX;port=1972;database=DSWRI"; (usi and pwd are present in the string, I just removed them for purposes of this post).  I am able to connect to it and then preview the report through BIDS and it works.  When I deploy it to SharePoint Server and open it up, I get an error message.  I have the InterSystems Cache driver installed on my personal PC which is required to open up any of our Excel Documents that are pulling data from the Cache system.

Whether it's an embeded data source or shared, the error message I get with the above connection string is: 

ERROR [IM014] [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application”

The second time I changed the connection string to be "Driver={InterSystems ODBC};Dsn=DSSQLLIVE;server=XX.X.X.XX;port=1972;database=DSWRI" and my error message was now:

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

I have the InterSystems ODBC driver installed on my servers as well as my personal PC.  They are the same drivers we currently use to access our Excel documents that are querying the Cache system.  I'm not sure, what, if anything, I'm doing wrong.  Has anyone else created an environemnt where they are pulling reports from Cache using SSRS and having users open them from SharePoint?  Or, if not cache, if they have this setup with another system that needs a driver installed on a users PC to work?  If i can't get it to work, is trying to set this up as a Data Processing Extension using the InterSystems Cahce Provider assembly something I should look into?  This is my first time asking for advice/help so please let me know if I need to provide more details.

Viewing all 10045 articles
Browse latest View live


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