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

Replacing Notification Services

$
0
0

We are using Notification services of SQL Server 2005 in our application. The scenario is that mails will be sent to customersbased on different criteria like New Invoices, Overdue Invoices, Invoices due in certain number of days, Invoices for which Amount Exceeds certain value etc.We are using two stored procedures and two tables to achieve this. One stored proc inserts/updates data related to different notifications that are selected by customers. Another stored proc inserts or updates data related to customers who created the notification.

We are now planning to upgrade from SQL 2005 to SQL server 2012. Since notification services are no longer supported in SQL 2012, we are looking for other alternatives.Can someone let us know which among the below would be the best alternative to replace notification services for our scenario.

èStreamInsight

èData driven subscriptions in SSRS

èService broker

Also, can someone provide us with any documentation or useful links which would help us in replacing notification services


Sowjanya


Reporting service is not getting started after apply SP3

$
0
0

Hi Experts,

I have  below configuration in my server. 

1- Windows system x64 2003 with SP2.

2- MS SQL Server 2008R2 x64 SP1.

I have applied SP3 in MS SQL Server instance. During th patch implementation the reporting services did not came up and the installer has terminated the patch application.

I am getting the noticiation in the event viewer

Timeout (30000 milliseconds) waiting for the SQL Server Reporting Services (DEVMOSS2010) service to connect.

The SQL Server Reporting Services (DEVMOSS2010) service failed to start due to the following error:

The service did not respond to the start or control request in a timely fashion.

Please update with your experiences.

Regards,

Muhammad

span table till bottom of page -ssrs

$
0
0

Hi, 

There is a huge empty space between my tablix which is inside a rectangle to the footer.

I need to be able to fit another row but the other rows go on to the second page. How can I fix this?



Evalute two values that came from different dataset

$
0
0

Hi,

I have an ssrs (report builder) with 2 dataset. the first dataset is a summary if records which the report has a column name qty and i put also a total qty summary in the last rows. the second dataset is a raw data and have a column name qty, also i put a total qty summary in the last row.  The requirements is to be able to evaluate or check the total qty under dataset1  from total qty of dataset2 if equal else if not equal i have to make the font as red so that the user will inform that the total qty has a discrepancy. the users will validate from raw data which are the one items that have a missing qty. I dont have any idea on how to work on this or is this appilcable in report builder.  see below sample screen shot of my report template. thank you.

How to include Indentation from second line onwards in SSRS Report

$
0
0

Hi All,

I have a simple report which includes Dname and Description columns. 

In the description column if the value is more then when coming to second line has to be 2 SPACE indent.

Below Image for your reference.

Thanks



bala krishna

can grow property is not working in ssrs 2008 R2

$
0
0

Hi All, Currently i am working on SSRS 2008 R2.The issue is that it is wrapping long words and not growing. I set the property can grow to True.

How to prevent the word wrapping?

For example, the column will have the word "information" in it. Instead of
the column showing:

information

it shows:

informatio
n

The "n" gets wrapped to the next line. Is there a way to prevent this from
happening.

How to prevent the word wrapping?

Regards,

Mandava

Parameter Filters

$
0
0

At the moment I already added the DataSet I'm gonna be using.  I have 2 date parameters

Start Time and End Time

What I would like to do  for the report is to only pull results greater than 48 hours to the report

How can I accomplish this?

Thank you

how to change crystal report's formula to ssrs expression

$
0
0

Now, I in project to migrate all crystal reports in our product to be in ssrs . but i have some problems in some reports' formula. as a report use the following formula in a field :

Dim LDW() as String
Dim LDWs() as String
LDW = Split({VCustomerRevenue.InsurancesDisplay},"|")
Dim a as number
Dim Total As Number
For a = 1 to UBound(LDW)
     if LDW(a) <> "" Then
        LDWs = Split(LDW(a),": ")
        Total = Total + CDbl(LDWs(2))
    End if
Next
Formula = Total

How do i can change this formula to an expression


SSAS data source without MDX

$
0
0
When I use an SSAS cube in Excel the command text is just the name of the cube itself and does not require an MDX query.  Is it possible in SSRS to avoid writing an MDX query?

SSRS - Problem with Summing up Positive Values and Negative Values Alone from a single column

$
0
0

MS SQL Server 2008 R2

 I have both positive and negative values in a single column, where I want sum total of positive values & negative values. Is there any Expression for this to sort out.

Thanks

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


Placeholder filter

$
0
0

Hello

I created a placeholder in my report to convert time to hours:

=DateDiff("h", Fields!Admission_Date.Value, Fields!Actual_Discharge_Date.Value)\24 & "D" & DateDiff("h", Fields!Admission_Date.Value, Fields!Actual_Discharge_Date.Value) mod 24 & "H"

Is it possible to add a filter to the placeholder properties to only display rows of data > 48 hours?

Thank you

Business Intelligence Data Tools & VS Community 2013 - Add calculated series

$
0
0

Hello,
I use a SSRS 2008R2 and i have installed now the Business Intelligence Data Tools & VS Community 2013 on my client. I don't have the option to add calculated series in graphs. When I right click on a series, the option is not visible.
Have anyone this option in VS 2013 with Data Tools?
In the Report Builder I see this option.
Thanks in advance.

Enable and disable checkbox

$
0
0

How can we create a checkbox in SSRS and how can it be enabled disabled based on the value.

Any help much appreciated.

SSRS Date Expressions

$
0
0

Hi,

Can anyone tell me the SSRS expressions for the following queries.

Last year last Week (15/9/2014)

Last Week ( 14/9/2015)

Before Last Week (7/9/2015)


SSRS export to excel showing data type as "General" for all the data types

$
0
0

Hi,

One of my report has different data types like decimal,percentage and integer values.

when i exported the report to excel , all the values are showing as "general" data type.

How to get excel data type same as ssrs report data type by default when exported to excel?

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.


Could not load file or assembly error on adding custom libraries in SSRS reports

$
0
0

I have created a custom library(CodeLibrary) which internally references the dlls Microsoft.TeamFoundation.Client and Microsoft.TeamFoundation.WorkItemTracking.Client.

I added this custom Dll codelibrary.dll to my SSRS report. and the expression of one of the field as 
=codelibrary.codefunction.GetValue(1000)  

codefunction is the class and GetValue is the method.

When I preview the report, I get the error "Error while loading code module: 'CodeLibrary,Version=1.0.0.0,Culture=neutral,PublicKeyToken=null'. Could not load file or assembly 'CodeLibrary,Version1.0.0.0, Culture=neutral,PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified."

I am using VS2013, I have placed the custom library DLL in the path
C:\Program Files\Microsoft Visual Studio 12.0\Common7\IDE\PrivateAssemblies


I have tested the custom library with a WPF application and it works fine.

I am not able to figure out what is causing this error.

Reference values selected in drop down parameter.

$
0
0

Hello Forum,

Thank you for taking the time to read and reply. I have a requirement for the following SSRS expression ( I am using Report Builder 3.0). The end user will input a selection via a mutli select parameter (financial month/s),  if all month are inputted then sum(Field1.Month1.value...Field12.Month12.value )/12 * 100 else if parameter.value =1 then sum(field/s.values for selected month)/1  *100 else if month.values = 1 AND 2 then sum(field/s.values for selected month)/2 *100 and so on for any combination of the selected inputs.

Put in simpler terms I would like to calculate a percentage from a field/s containing relevent values, based on month/s the user inputs.

THANKS !!!!

In SSRS report IIF condtion with value 0 was displaying as #Error

$
0
0
Hi all,

I am having 3 columns like A,B,C. In the C column I am having calculations like 

=CInt(IIf(B=0,100,((A-B)/B)*100))

After this calculation if the column B is 0(zero) corresponding C column get display as "#Error",  if B is not having 0 every thing is working fine.

In the calculation if I remove the " /B" it is working fine. so please anyone guide me, how to display the value 100 in C if B=0.

If anyone not able to understand my question pls ask me again. 
Viewing all 10045 articles
Browse latest View live


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