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

Using Reporting Services as a document store...

$
0
0

Hello,

A colleague has created a number of folders on our SSRS Report Manager as a document store for Word templates, which seems odd to me as we also have Sharepoint.

Does anyone know if there are any issues storing Word documents, both .doc and .docx, in SSRS?

The access levels given to users were inappropriate and I've already dealt with that, but I was wondering if there was anything else I needed to consider.

Cheers,

David


How come my MICR font isn't staying on my check/report?

$
0
0
I have an ssrs report where a check has it's MICR code at the bottom of a check.  When I print out this report the MICR Code is not converted over.

How do I remove repeating rows in SSRS Report

$
0
0

SSRS report has a 'textbox' with expression(shown below) inside the report body and inside a 'List'. Note that the fields are not part of any tables. These values are hardcoded in the expression.

=IIF(Fields!contact_list.Value="25",(IIF(Fields!Category.Value="college","Two-year Colleges", "System") ),IIF(Fields!contact_list.Value="71","System Continuing Offices",(IIF(Fields!contact_list.Value="51","Free Colleges and Universities", "Unknown Pool"))))

I need to remove the repeating rows which is coming from the above expression. Example: Currently, 

**System**
    Sub Header 1
    Name1
    Phone1

**System**
    Sub Header 2
    Name2
    Phone2

**System**
    Sub Header 3
    Name3
    Phone3

**Two-year Colleges**
    Sub Header 7
    Name7
    Phone7

**Two-year Colleges**
    Sub Header 8
    Name8
    Phone8

Expected result:

 **System**
    Sub Header 1
    Name1
    Phone1

    Sub Header 2
    Name2
    Phone2

    Sub Header 3
    Name3
    Phone3

**Two-year Colleges**
    Sub Header 7
    Name7
    Phone7

    Sub Header 8
    Name8
    Phone8

How do I avoid not displaying the repeated rows?? Any help would be appreciated. Thanks in advance.

Stacked Column Charts - Key Duplicates - Visual Studio 2013/SQL Server 2014

$
0
0

Hello

I have to build multiple reports in SSRS consisting of a stacked column chart with multiple stacked columns.

I was able to do this and complete the charts (after initial confusion with primary and secondary axis).

However, whichever way I do it, the key on the chart displays each element twice.

The question is, is there any way to avoid the elements duplicating on the key for the chart:

I could hide the key and hard-code my own key at the top but I would rather avoid this and feel there is some simple solution I am missing (presumably due to the primary and secondary axis).

If I do not set elements to the secondary axis then it fixes the key but I end up with a single stacked column when I need two for each group.

Also lastly if I wanted a group to have more than 2 stacked charts is there no way to achieve this?

Thanks

Robin


Robin Wilson

SSRS Access Denied

$
0
0

I had configured SSRS on a SQL Server and deployed few reports. I was able to access outside the server and other users were not able to access outside the server and they are getting access denied. I had provided them added them to the roles. Is this something related to OS level access as I have local admin access on the SSRS server and other users does not have. Also logon locally is denied for other users.

SQL Server 2008 R2 Enterprise edition

problem consuming webservice

$
0
0

I have a webservice that returns the following xml:

<string xmlns="http://www.abc.com"><?xml version="1.0" encoding="utf-16"?><CurrentSummary xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><assets>54</assets><projects>469</projects><projectsDeployed>129</projectsDeployed><projectsInAlarm>2</projectsInAlarm><projectsInWarning>2</projectsInWarning><projectsWithUnclearedEvents>47</projectsWithUnclearedEvents><totalUnclearedAlarms>291703</totalUnclearedAlarms><totalUnclearedWarnings>401457</totalUnclearedWarnings><servicesWithStatusMessages>0</servicesWithStatusMessages><archivesWithStatusMessages>0</archivesWithStatusMessages><prismServersWithStatusMessages>0</prismServersWithStatusMessages></CurrentSummary></string>

My query in Query Designer looks like this:

<Query>
   <ElementPath>string/CurrentSummary</ElementPath>
</Query>

Run doesn't show any data. Any ides what might be wrong?

Thanks



Retrieve Boolean True and False values

$
0
0

I'm using Report Builder 2.0 and looking for a way to pull both True and False values for a flag property.  My current code is:

=iif(Parameters!cboGradeActivity.Value = "ALL", IsNothing(Fields!Grade_Current_Flag.Value) , (Fields!Grade_Current_Flag.Value=Parameters!cboGradeActivity.Value))

The area in bold is where my issue is.  I have created a parameter with the following:



How do I have both the value, for a boolean field, of both 1 and 0?


Sincerely, Rick Biggs

Report shows old(er) snapshot

$
0
0

Hi,

I created a new snaphot and I can manually select the snapshot in the Report History, but when I open the report from the report folder view I still get the previous snapshot.

When I switch to Details View I also still see the previous 'Last Run' date.

What am I missing here? What do I need to refresh?

Thanks in advance,

Pieter



Token based access to ssrs reports

$
0
0

hi All,

 I have a scenario to  build SSRS report. I need to provide the users the Token authentication functionality in ssrs report.

please reply me if any body have faced this type of scenario?

Thanks in advance

Problem while exporting ssrs to pdf

$
0
0

In report builder it is giving this error :

The stream cannot be found. The stream identifier that is provided to an operation cannot be located in the report server database. (rsStreamNotFound)

But after few attempts in report builder it runs the report. While exporting through asp.net in c# it generates this exception :

Microsoft.Reporting.WebForms.ServerReportSoapProxy.OnSoapException(SoapException e) at Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.ProxyMethodInvocation.Execute[TReturn](RSExecutionConnection connection, ProxyMethod`1 initialMethod, ProxyMethod`1 retryMethod) at Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.Render(String Format, String DeviceInfo, PageCountMode PaginationMode, String& Extension, String& MimeType, String& Encoding, Warning[]& Warnings, String[]& StreamIds) at Microsoft.Reporting.WebForms.ServerReport.Render(String format, String deviceInfo, PageCountMode pageCountMode, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Microsoft.Reporting.WebForms.Report.Render(String format, String deviceInfo, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings) at Report.ExportToPDF(String path, List`1 reportParams, String fileName) in e:\BSD\Report.aspx.cs:line 2207 at Report.GenerateProjectPhotoAlbum_OnClick(Object sender, EventArgs e) in e:\BSD\Report.aspx.cs:line 620

Need urgent help.

hierarchy question in SSRS

$
0
0

Hi to All!

I have a hierarchy in SSAS cube - Country - Area - City. I need to implement possibility in SSRS to create report, based on cities. When user choose Country in the "Select Country" field, he should be able to see only selected Country cities in the "Country" field (and be able to choose city from that list). I could make filters for table, but problem is, that defining Countries, for example - France, I'm able to see cities from other countries too. Is it possible to make somehow, that after choosing Country, only proper cities will be available for select?

Thank you in advance.



SSRS 2012 - How to allow access via a web server to Report Server installed in a non-public SQL Server

$
0
0

Our SSRS2014 is installed on the same server as SQL Server. (We didn't install SSRS on the webserver because it would need a second SQL licence).

The DB Server cannot be accessed externally.

We have a public internet facing IIS8 web server which can see the DB server. How can users visit a web address on the web server and get access to the Report Server? This would ideally be to view the reports and upload their own.

Lost SSRS query parameters with Visual Studio 2015

$
0
0

I lost all my report's query parameters when i opened the existing report (developed with Visual Studio 2012 version of SSDT) with new Visual Studio 2015 version of SSDT.

Is that a bug or any work around for it? We have 500+ reports.

SSRS URL With Parameter

SSRS - Sub report parameters Sub to Main

$
0
0

SQL Server 2008 R2 - BIDS - 2008

Main Report has Start_Date and Finish_Date parameters returning 2 records (correct result as per query filters).

Sub Report has Start_Date2 and Finish_Date2 parameters returning 5 records as stand alone (correct result as per Sub query filters).

When I put this Sub Report in the Main Report and link the fields appropriately the Sub Report returns only 2 records because it is controlled by the Main Report query to which it is tied to.

Question: How can I make this sub report to show all 5 records inside the Main Report? 

Please help and thanks in advance.

NOTE: Go to Report or Go to URL or Actions suggestions are not options. I want to know whether there are any other ways to make the Sub run independent of the Main except for the main link @Number param. the RDL should show the entire result at one click with out any additional action needed from the user. Thx.




SSRS doesn't play nice with with sprocs containing BEGIN and END (what?)

$
0
0

Hi All,

I'm going to start tuning a stored procedure that's used for an SSRS 2014 report data source because it's straddling the 30-minute timeout we've settled on.  Another developer was looking over my code and said I shouldn't use BEGIN and END to group statements because SSRS takes longer to execute stored procedures that contain BEGIN and END statements.  Say what!?!  First time I've ever heard of this!  Could anybody here please confirm or deny this assertion?

In all fairness, I have about 40 BEGIN and END statement groups.  They're only there for readability, the stored procedure is over 1,000 lines long.

Thanks,
Eric B.

Working with parameter date from nvarchar column

$
0
0

Hii All,

I have a problem during create srrs report with parameter date to display nvarchar column (on database). The error like this :

An error occured during local report processing
An error has occured during report processing
cannot read the next data row for the dataset dataset1
the conversion of a nvarchar data type to datetime data type resulted in an out-of-range value

Please help. Thanks,

Adnan

Datasets not in use, gets executed?

$
0
0

Hi experts,

I am troubleshooting an SSRS that takes 10 minutes to load! Each of the datasets corresponds to an SP in sql server…

I executed each SP individually in sql server, and there is one that takes 7, 8 minutes, I think that one is causing the issue…

BUT, the report itself is huge, I checked each “tablix properties” to see where the problematic Dataset/SP is being used and I can’t find it…

Given that scenario I have two questions:

1-     How can I know/find out if a Dataset is in use in the report or not?

2-     If the Dataset is not being used in the report… its just sitting in the datasets folder, does it get executed?

thanks in advance

Ta

T

Rotating Image 90 deg.

$
0
0

I am building a report on label paper, where the top of the report is vertical and then on the bottom of the report there is a 4 x 6 sticker label with the horizontal dimension being the 6 in. My image is 6 in. tall and 4 in. wide. I want to put a pre-generated image onto that label spot but in order to do this I need to rotate the image. The image is in a file on my database server.

I have read up on this in numerous forums and nothing seems to work for me so far. The most useful post has been here: https://social.microsoft.com/Forums/en-US/e9eaef14-c684-4743-9456-67447efc147f/how-to-rotate-an-image-in-ssrs?forum=crm

After copying most of that code with some minor tweaks I still haven’t been able to get anything to work.

Ideally I would like to pass in the filename into the VB code then have the custom code pick that file out of the folder, rotate it, then pass the image back out. I am open to any other ways to rotate images though.

I am definitely not a VB developer so I am in some uncharted territory here.

Any help would be greatly appreciated. Thanks! 

Serial Number from Job Number and Index as xxxx0n where xxxx = job num and 0n is the index number

$
0
0

Hi

I have an issue with a calculated field in ssrs report.

I need to create the serial number which will contain the job number and index which max value = production qty. The index need to be in a format 01, 02 etc. The max prod value is never bigger than 50. I searched for solution in Google but I can not find the answer how to achieve this. I will be grateful for any help.

Thank you

Aleksander Olewinski

IT System Administrator


Viewing all 20764 articles
Browse latest View live


Latest Images

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