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

SSRS: Need to set a default string "Select values" in the parameter selection list

$
0
0

Hi,

I have report with a parameter. I have an option to choose multiple parameters.But I have to keep "select values" in the list control while opening the report. Or else is it to possible to keep (select ALL) option as default.?

Please suggest.

Now it shows like below.








Chart Report

$
0
0

Hi Guys,

I have a line chart report which runs for a selected prompt value.

Eg. Prompt   Fruits  = "Apple" . It works fine.

But If I select Fruits = "All" then no data appears in the chart.  I have created a filter in the dataset if the prompt value "All" is selected.

i.e iif( prompt!value = "All", "*", "Apple") .

The dataset has  Fruits, SalesDate , SaleY .

In Chart Data values (area) I have SalesY and its category in the property is SalesDate.  

Thanks



SSRS Subreport - Renders very slow

$
0
0

Hi All,

I have a subreport which is embedded in the main report (form report) which is inturn embedded in a list. The report is executed for different levels with each level having different number of records (say 100, 150, etc.) and gives us a form for each of the records on a single page. That is the report will have 150 pages for 150 records. My subreport renders very fast when it is run stand alone. Even the SPs written for the subreport are giving results within seconds. But when embedded in the main report, the whole report is rendering very slow.

I tried passing the parameters to the subreport in two different ways:

1. Assigned the main dataset's record id to the subreport which gives correct data but taking very long time to generate the report.

2. Assigned the main dataset's record id to a hidden parameter and passing that parameter to the subreport as a parameter. This way the report renders very fast but the subreport is always giving the results for the first record id. That is even for the second record, the subreport is showing up the first record's details which is incorrect.

Have been struggling with this issue for a while. Request you to help me in this regard.

Regards,

Bala.

Error generating report SSRB

$
0
0
HI, when I try to run a report using SSRB this error is showed
Unsupported RPL stream version detected: 109.108.1112887328. Expected version: 10.6.

This is a sharepoint integrated install and the report was working ok but now thats error is showed.

please help me...

rs.exe copy report with data driven subscription error

$
0
0

Hi, 

I have a report which needs to move from one server to another, I use a sample script which found from MSDN. Everything are OK, report has been copied to another server, but I got an error on Subscription copy 

System.Web.Services.Protocols.SoapException: The permissions granted to user 'Domain\user' are insufficient for performing this operation. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user .. are insufficient for performing this operation.

   at Microsoft.ReportingServices.Library.ReportingService2010Impl.ListSubscriptions(String ItemPathOrSiteURL, String Owner, SubscriptionImpl[]& SubscriptionItems)
   at Microsoft.ReportingServices.WebServer.ReportingService2010.ListSubscriptions(String ItemPathOrSiteURL, Subscription[]& SubscriptionItems)

But this user is a system administrator already and I see "generate event" checked for  system administrator, so I don't know what else permissions that need for just copy subscription with the report.

Can anyone help me with this?

Thank you,

Carque

Getting dual axis on a graph in SSRS to align at 0

$
0
0

I have a graph that has 2 values that are plotted on dual axes.  Both values can be positive or negative.  Is there a way in SSRS to align the 0 point of both axes?  Preferably, I would like to retain dynamic values for the axes.

I'm using 2008r2

Thanks for any help.

IF statement in RB2.0

$
0
0

I am trying to use an IF logic statement in a report but as an expression, I have been searching the net to help me find an answer as everything I have tried is sending an error when I run   The report feeds from multiple tables and has various filters set of which I am extremely proud to say I figured out however I just can't figure out the right expression for this

Fields are non-numeric

Fields = Table3.Process & Table3.Processtwo

equation = IF Process is Blank/Null then return Processtwo
IF Process is Not Blank/Null the return Process/Processtwo

Any help is greatly appreciated

Record Selection in SSRS 2008

$
0
0

Hi Friends,

I came across one scenario while converting Record Selection in Crystal to SSRS..Please guide me how  to use the below code in SSRS filter condition.

If {?StatusFlag} ="A" then
   {DebtorFees.ActiveFlag}=true
else if {?StatusFlag} ="I" then
   {DebtorFees.ActiveFlag}=false
else
    {DebtorFees.ActiveFlag}

Thanks,

Sam.



Reporting on SharePoint Item Version History

$
0
0

Hello,

I am trying to create an SSRS report that will return all SharePoint List Items that have had a particular field modified within a certain timeframe, and the before and after values. It seems like this would be simple but as many others appear to have found, it is anything but. I've read a number of online posts about similar requests, but I wanted to post this again since I am focusing on accessing the data via SSRS.

The configuration I have is: SharePoint 2010 Enterprise, SSRS Enterprise, InfoPath.

The request is pretty straightforward as above: I have version history turned on in a SharePoint list. I can report on the list via SSRS without issue, but can only access the latest version of the item.

The restrictions I have are:

  • No SQL database level access
  • No ability to install third party tools to the SharePoint Farm
  • No ability to run any commands on the SharePoint servers

I know that I could create SharePoint workflows to copy existing values to "history" fields, but those aren't my preferred approach for various reasons I won't get into here. I'm looking for a way to report on the version data itself.

All that said, what I think might work well is to create an SSRS Report that can view all version history for specific fields across all list items. The report could be ran for a period of time--say the last 7 days.  Then, I could use that report as an XML data source for another report to query the exact fields I want for the report.

I think I could get this to work if I could only find a way to access the SharePoint version history from SSRS, but I can't. I've tried working with the versions.asmx file and other mechanisms and just can't figure this out. So, any ideas or suggestions, or knowledge of how to get access to this info from SSRS?


rdlc print layout size varies with resolution on Surface Pro (Win 8.1, winforms)

$
0
0

We have a winforms application with local rdlc reports.  On Surface Windows 8 Pro devices only, reports render such that they are scaled down and don't fill the page.  If resolution is lowered on the device, the report scales up to fill the page. This affects the appearance in print layout and well as the actual printed size.

If we export to pdf, it renders to fill the page (as expected).  If you print to pdf or to printer, the scale is shrunken.

If we change the resolution settings so that "Make  text and other items larger or smaller" is set to small, the issue is resolved except the tablet is not very usable on this setting.

Is this a bug?  Is there a work around?  Thanks for any help.


Image settings showing correctly in BIDS but not in Reporting Services.

$
0
0

Hi,

I have report which needs image to be display as part of the customer reports, I had a tablex (which contains first name, last name, image) and image should fit in the size of the text box, during development image setting works fine in the bids, but when I deploy and view the same report from reporting services, image is getting stretched.

Image Setting :

In report Image properties > Size >Fit to size is selected.

This seems to be an issue with the way reporting services renders the report, which is different from BIDS, did any one faced similar issue, please advise.


Praveen

Change background and font for first row only?

$
0
0

Hi, 

Have a tablix in SSRS (2008R2) and would like to change the background colour and font for the first row only, is this possible and if so how would I achieve this? 

I have followed and example on setting alternate row background colour in the properties but can't see how to do this for just the first row. 

=IIF(RowNumber(Nothing) MOD 2,”LightGrey”, “LightBlue”)

Thanks 

Comparing items from t-sql query and sharepoint list

$
0
0

I am building a report that compares values from a SQL Server database (using t-sql) and a Sharepoint list using a lookup to identify differences.

Unfortunately, the values are stored differently. The SQL Server db has the values in all upper case letters, shile Sharepoint appears as mixed case. I tried converting both values to all upper case for comparison, but I'm having trouble getting the expression to work.

Apparently UPPER is not a valid keyword in this expression, and neither is UCASE.

Suggestions?

View Data Source of Reports on Reports Server

$
0
0
If I log into my server, how can I view the data source of a report on the server?

Suppress or Hide Previous Value in SSRS 2008

$
0
0

Hi Friends,

I have a requirement where i have to suppress previous value if that is equal to next or last value...

i have tried using below expression in Test box visibility but  this is suppressing whole value.

=IIF(Sum(Fields!AnnualFees.Value)=Last(Sum(Fields!AnnualFees.Value)),True,False) 

as a second option i have tried below code in Text box expression instead o Visibility..

=IIF((Sum(Fields!AnnualFees.Value))=Last(Sum(Fields!AnnualFees.Value)),Sum(Fields!AnnualFees.Value,"StudentID"),Nothing)

but it is not working...Please help me..

Thanks,

Sam.


ssrs 2012 rdl connect to data source on the production server

$
0
0
On a ssrs 2012 reporting server, I want to install load uploaded rdls to a test report server. The rdls load correctly, however the 'manage' dropdown list is not working. I need these rdls to connect the specific datasources. To solve my problem of needing to be able to connect the rdls to the appropirate datasopurces, I have the following questions:
1. Can you tell me what I can do to get 'manage' dropdown list is work? If this option does not work, do you have other options on how I can get this 'manage' option to work?
2. Is there another way I can connect the rdls to the correct datasources? If so, what are they? Should I just have the datasource setup correctly in the rdl so this change does not need to occur on the report server?

ssrs reportbuilder 3.0 downloads from ip not dsn name

$
0
0

Hi ,

when I click on report builder in ssrs, it looks for the installation of it from a ip, not dsn.

is there anyway to change it to look for the dsn name.

Thanks


DinoCu

Designing in SSRS( Begining Qty field)

$
0
0

Hello,

I need help on how to create a field.

This is the scenario.

There is a table containing transaction list as thus;

Item number: Hace

Date         Doc num         Qty   Cost       Amount  Bal

2/5/12         345               6      6            36         6

6/6/12         456               -4    7             28         2

6/6/13         444               14    7             98        16

6/7/13         670               -5    7             35        11

6/6/12         806               -4    7             28        7

6/6/12         900               4    7             28         11

6/6/12         910              -2   7             14        9

But I want to be able to filter the report by date and when I filter I want to be able to get the opening balance of the item.

e.g

If I filter to see the report between Jan 1 2013 to Dec 31 2012

 

Item number: Hace

Date         Doc num         Qty   Cost       Amount  Bal

               Beg Qty                                               2

6/6/13         444               14    7             98        16

6/7/13         670               -5    7             35        11

My problem is how to create the beginning quantity field.

Because by default in the data there is no beginning quantity.

Please I will appreciate your help on how to get this done.

Thank you

How to calculate begining balance in SSRS.

$
0
0

Hello,

I am designing vendors ledger on ssrs. But I have a challenge, I  couldn't calculate the opening balance/balance brought forward for vendor.

For instance vendor transaction have been in existence since 2000.

and I want to run his ledger from 01-101-2013 to 31-12-2014 but I will like to see his balance as at 31-12-2012

Please how do I get this done.

Thank you


Akintayo Kemi

Format to 2 decimal places?

$
0
0
Hi, i need to display my data in 2 decimal places but now i'm getting results after some calculation (for eg. 2.336224). How can i round it off to 2.34?
Viewing all 10045 articles
Browse latest View live


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