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

SSRS - Formula/expression in tablix -- Year over year increase

$
0
0

Hello,

Here is my data on the excel file. On the YoY Increase row I have the following formula:

=C5/B5-1

=(1,184,232.41/1,755,273.35)-1

=48.2%

My question is I want to add the formula in my expression below but I am having difficulty doing it. Basically, I am using tablix. YEAR_PAID is the column_group and I have to sum the paid_amount based on the paid year. To compute the YoY Increase I have to do the following formula above. How will I'm going to that in SSRS.?? 

TIA.


Details of Reports scheduled on SSRS (Report name, userdetails, frequency, etc)

$
0
0

Hi all,

Is there a way to find all SSRS scheduled reports details such as (Report Name, schedule time, mail IDs configured, etc.)?
Please help as we have many SCCM reports on SRS, and manual work will take very long time..

scorpITs | http://scorpITs.blogspot.com


SSRS Subscriptions page doesn't give enough information for schedule and parameters

$
0
0

We have created one report with 6 shared schedules and 4 different parameters, resulting in 24 Subscriptions for the same report.

When we go to the Subscriptions page we have no idea which subscription is which because the Report name and Description are all the same.  We have to edit the Subscription to find out what schedule and parameters have been applied.

Is there some other way of displaying this information (without having to look at the SQL Report Server tables) ?

Thanks

Stu

How to call boolen parameter in SSRS Query

$
0
0

Hi,

How to call Boolean/Text parameter in SSRS Query.

Parameter (Cust )Properties:

My Query:

-------------

SELECT   dbo.incident.incident_ref, Customer.cust_n,incident.date_logged FROM

incident INNER JOIN Customer ON incident.incident_id = Customer.cust_id

WHERE   incident.date_logged BETWEEN @date_from AND DATEADD(day, 1, @date_to)

-- I need to use a condition here to display customer based on my selection in dropdown list (Include ABC )--

Thanks,

How to open URL in new tab rather than new window in SSRS 2008 R2.

$
0
0

Below is my navigation URL link ..I want the drill through to open in new tab rather than new window..I believe i need to change the newwin..Can someone help me out with it..

="javascript:void(window.open('"+ Globals!ReportServerUrl + "?" +  Globals!ReportFolder + "%2fReportName&rs:Command=Render" +"&YQM='+escape('"+Parameters!YQM.Value.ToString() +"') +'&Status='+escape('"+Parameters!Status.Value.ToString()+"') +  '',  'newwin', 'screenX=0,left=0,screenY=0,top=0,status=1,menubar=1,resizable=1,scrollbars=1,toolbar=1,location=1'))"


Thanks, Sri The journey is what brings us happiness not the destination―Dan Millman

Timespan

$
0
0

I am trying to display time difference between an Admission Date and a Discharge date as follows:

Admission Date:8/26/2015 6:59pm

Discharge Date:9/1/2015 6:49pm

Time Display 5D 23H

I used the following expression but came up with an error

Not sure what I am doing wrong or if this is the best expression to use

=(TimeSpan.FromMinutes(Avg(DateDiff(“n”,<Fields!Admission_Date.Value>,<Fields!Actual_Discharge_Date.Value>)))).Days
 “d “ &

(TimeSpan.FromMinutes(Avg(DateDiff(“n”,<Fields!Admission_Date.Value>,<Fields!Actual_Discharge_Date.Value>)))).Hours
 “h “ &

(TimeSpan.FromMinutes(Avg(DateDiff(“n”,<Fields!Admission_Date.Value>,<Fields!Actual_Discharge_Date.Value>)))).Minutes
& “m “ ))))

Any suggestions would be appreciated

Thank you in advance

SSRS report auto refresh

$
0
0

Hi,

Is there any way to set auto refresh of a ssrs report on change in database values from backend?

Thanks in advance....

 

One Question about PageBreak for Microsoft SQLServer Reporting Services(SSRS)。

$
0
0
We have a report,There are three-layer GROUP。Company->Employee->detail.There is a group heading row within the Company Group,We set the Property of title row,(KeepWithGroup is After.RepeatOnNewPage and FixedData is True).But,When an employee's data just played one, change to the next one,the title row is not displayed。PS:Employees Group did not set Page Break

SSRS - Count values in a column based upon distinct values in another column in SharePoint List

$
0
0
We have SharePoint list which has, say, two columns. Column A and Column B.

Column A can have three values - red, blue & green.

Column B can have four values - pen, marker, pencil & highlighter.

A typical view of list can be:

Column A - Column B
red  - pen
red - pencil
red - highlighter
blue - marker
blue - pencil
green - pen
green - highlighter
red  - pen
blue - pencil
blue - highlighter
blue - pencil

We are looking to create a report from SharePoint List using SSRS which has following view:

                    red     blue   green
    pen            2       0      1
    marker       0       1      0
    pencil          1       3      0
    highlighter  1       1      1 

We tried Sum but not able to display in single row.

http://farhanfaiz.wordpress.com

DATA PROCESSING IN SQL SERVER 2014

$
0
0

Dear Sir/Madam,

I am using reporting services 2014, I am facing below problem,

1> I am using sub report and by default it is hidden and sub report only display once click a value eg. employee name,

--> problem is ,once report open it load all record of sub report also without clicking employee name, but I want this dataset execute only when I click on employee name.

2> In particular date range I have 100000 record, but in one page we can display only 100 record, So I want, once Report execute, Our query should return for only first page record (100 data)  not all entire record ie. 100000, once I navigate to next page only query execute and return data set for second page.

waiting for your kind response....

Thanks Regards,

Saroj

Interlaced strip lines in SSRS Sparkline report

$
0
0

Is there any option to have interlaced strip lines in SSRS Sparklines as shown in the image? The image shown in created in SSRS 2005 using Dundas Charts. I would like to create this microchart in SSRS 2012. 

SSRS 2012 background color format by expression issue when exporting to Excel.

$
0
0

We are using SSRS 2012. We have a report that conditionally formats a background color for some cells. The report renders properly in a browser and in Excel 2003 format. In Excel format all cells after the first one that meets the condition are highlighted, even if only one cell should.

The sample expression that triggers this condition looks like this:

=IIF(Fields!VIOL_NOTE.Value="Internal","Green","No Color")

All cells after the first one that meets the condition Fields!VIOL_NOTE.Value="Internal" have a green background.

Excel 2003 (proper) results:

Excel (improper) results:

Zenon



same report different parameters

$
0
0

I have the following imo very common situation.

1 report but different departments run this report with different parameters. Atm I have copied this report for the 4 departments

and adjusted the default parameters accordingly (highly inefficient). Isn't there a way to just have one report and that I can adjust the default parameters in code based on user or group ?

Several issues with Reporting Servers 2012 SP2 build 5613

$
0
0

I am having several issues with Reporting Services.

1) Using Reporting Service Configuration manager, I am unable to configure HTTPS access to Report Server and Report Manager.

2) Using http to access Report Manager, I receive a HTTP 500 Error

Reporting Services was added to an existing installation of SQL Server 2012

Environment is running Windows Server 2008 R2 SP1 and SQL Server 2012 SP2 CU6 build version 5613.

Any assistance would be appreciated.

DJ

Query to bring through today's values only

$
0
0
Hello

I have a query where:

WHERE a.jobdate >=GETDATE()-1

This brings though data from today and yesterday; I understand this is because GETDATE = now.

However, all I want is to see is data from today only.

Is there any way the above query can be amended - probably not using GETDATE - so I can achieve this?

Many thanks for any advice.

How to color format matrix report

$
0
0

I have a matrix report and as per the requirement, I must format the row colors. First row must be no color and second row must be light blue. This color formatting would repeat for remaining rows in the matrix. I tried to select the entire row in the matrix, selected "Background Color" option and in "Expression" window, I entered "=IIf(RowNumber(nothing) MOD 2, "White","LightBlue")"

This resulted in the color formatting of columns in the matrix report.

Can some one help me fix this issue.


How to color format column bar chart with 4 different colors

$
0
0
I have a column bar chart which displays values for each month. As per the requirement, January column must be blue, February must be orange, March must be green, April must be pink. These 4 colors would repeat for the remaining months.

ReportServer prompting from Credentials

$
0
0

When trying to run a report, the Report server is prompting for credentials.

Need assistance to locate why Report Server is prompting for credentials.  The URL is listed in the Trusted sites on all systems that need to access Report Server.

The Account NT Service\ReportServer is running Reporting Services Windows Service, and Authentication Types is set to RSWindowsNTLM.  RSWindowsExtendedProtectionLevel is off, and RSWindows ExtendedProtectionScenario is set to proxy.

What am I missing?

Thanks.

DJ

Grouping Images and Indicator Issues

$
0
0

I have a Strange Issue in SSRS

I  have 1 Indicator, 1 Image, 1 text field

when I run the Report it Generates all the Images

this is how I want it

this is how it turns out, I want it only to turn red via the indicator.

can you tell me where I went wrong??

textbox rotate 45 degrees

$
0
0

Hi,

We want to rotate the textbox 45 degrees. When I use properties/writing mode, change it to "Rotate270", the normal textbox "This is not"

becomes the following

But we want to rotate it like below, is there a way to do this in BIDS? I found this thread but not working http://tejasp.blogspot.com/2009/01/ssrs-reports-rotate-text-or-split.html


Viewing all 10045 articles
Browse latest View live


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