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

custom code function " "Textbox1.Paragraphs[0].TextRuns[0]’ contains an error: Input string was not in a correct format"

$
0
0

Complete error below

this function

 Function LongDateFormat(AnyDate As Date) As String

        Dim Suffix As String

        Select Case Day(AnyDate)
            Case 1, 21, 31
                Suffix = "st"
            Case 2, 22
                Suffix = "nd"
            Case 3, 23 = "rd"
            Case Else
                Suffix = "th"
        End Select

        Return Format(AnyDate, "dddd d") & Suffix & Format(AnyDate, " MMMM yyyy")

    End Function

calling in textbox1 expression

= code.LongDateFormat(Globals!ExecutionTime)

Error msg

Warning1[rsRuntimeErrorInExpression] The Value expression for the textrun ‘Textbox1.Paragraphs[0].TextRuns[0]’ contains an error: Input string was not in a correct format.C:\BI-SQL2012dev\ICT\ICT\CustomCodetest.rdl00

[rsRuntimeErrorInExpression] The Value expression for the textrun ‘Textbox1.Paragraphs[0].TextRuns[0]’ contains an error: Input string was not in a correct format.


Publish MDW reports on SSRS

$
0
0

Is there a way to publish the MDW (Data Collection) reports (Disk Usage history, Query Statistic history, and Server Activity history ) on SSRS server?! 

It is not logical for all who wants to view the mentioned reports to open the SSMS !  

Please don't ask me to check the following link, I've already did:

http://blogs.msdn.com/b/billramo/archive/2010/06/06/mdw-overview-report-for-data-collector-mdw-report-series-part-1.aspx

there, the writer is suggesting to recreate the reports from scratch on SSRS, that if I could figure their queries, which I don't think the only way that we have!


opening an Ajera report and customizing it in Microsoft Visual Studio 2005

$
0
0
I would like to open an Ajera report (.rdl) in Microsof tVisual Studio and customize it, but it appears that I need to connect to my database, which I'm not sure how to do.  I can't find any instructions on what to do.  I hope that I am just looking in the wrong place. Can you help me.

gnillimrev

how a row data can be plotted in Radar chart.

$
0
0

i have table like below.

___________________

maths    science     social 

50             75       90

  how to show above table in ssrs radar chart.

Calculate average on the fly and also check if the 2 values are different before setting the default average

$
0
0

I have a table which can have 4 x 4 =16 combinations of value .

I need to figure out "avg" for each and also determine if they are "different" and then decide the "default avg".

The default avg rule is to check if the values of 2015 and 2014 are different and then populate it to the lower value 

i.e 1.5 then 2

2.5 then 3

e.g if 2015 =3 and 2014 =4 then different would be 1, avg would be 3.5 and then default avg would be set to 4(lower value)

f 2015 =1 and 2014 =2 then different would be 1, avg would be 1.5 and then default avg would be set to 2 (lower value)

 Should this calculation be done on the table or on the SSRS ?

Does SSRS experts recommend this operation with an expression ?





Reportingservices setup problem SQL Server 2016 RC2

$
0
0

IN Reporting services we got this error Message in the WEB Application when I open the Folder:

"Could not load folder contents .  Something went wrong. Please try again later."

Any suggestions?

There is no error Messages in the database/Widnows server log.

BRG
BT

Need help converting h.mm to hh:mm (2.88) to 03:29 in SSRS expression

$
0
0

Hi all,

Is it possible to convert the following numeric(38,2) data type to hh:mm format in SSRS expression?

For example in column A I have the following records:

3.15

2.88

1.60

0.39

1.80

h.mm

The 3,2,1,0 before the decimal presents the hours only, and the 15,88,60,39,80 are the minutes. Not sure how to calculate it in order to produce it in time format hh:mm.

I appreciate any help,

Thanks in advance.

Double hop from SSRS to another SQL server fails

$
0
0

I have two SQL 2008 R2 servers with named instances. Server B is running SCOM reporting services. SCOM reporting services is using a database on server A.

SQL server A is running using an AD account with SPNs; as is reporting services on Server B. I am able to run reports successfully on Server B.

However, when I run reports from a client I get the below error.

I have found articles discussing this issue. However, I do already have the service account for reporting services configured for delegation. What am I missing?


SSRS video files

$
0
0

Hello:

I want to know if i can play video files in SSRS.

Any help is greatly appreciated.

Thanking in advance.

Thanks

Count if a date is less than 21 days using IIF and DateDiff

$
0
0

I am working on a report that will display a count when the Create_dt is < 21 days but I'm not having any luck. I have this so far but it is not working and is throwing an error.  Any thoughts would be greatly appreciated.

=SUM(IIf(DateDiff(DateInterval.Day,Fields!Create_dt.Value,Fields!Create_dt.Value + 21) >= 21, 0, 1),)

SSRS tablix control is uneditable and static in design time | 2008 r2

$
0
0

SSRS tablix control is uneditable  

version 2008 R2.

I am facing a wierd issues in which the SSRS TABLIX CONTROL is not letting me do any edit and appears static .

When I preview it shows up with blank values but is not letting me to edit .

Do I need to clean up the xml portion of it .?



SSRS Summing two same fields from Same Dataset but different tablix.

$
0
0

I am trying to sum two same fields, from two different Tablix's. Both Tablix's filter for different building names. "Mydata" is the name of my dataset. First tablix has 25 buildings it filters for and the second tablix filters for 1 building.

=Sum(Fields!TotalFloorArea.Value,"Mydata")+Sum(Fields!TotalFloorArea.Value, "Mydata")

How do I reference the different Tablix?

Many thanks in advance.

Thank you in advance. 


IE 11 and SSRS Print Button

$
0
0

HI,

I would like to ask a couple of questions here.

1. We have been using Sql Server 2008 R2 and its reporting services engine.

In the application we used Report Viewer (version 9).

When the report is taken for the first time, couple of messages pops up.

a. Unable to Load print control

b. Install Sql Server Reporting Services 2008 R2.

These messages are fine, but we noticed that the second message is not consistent. When the application is deployed in staging server which is as same as the production server except for the power (CPU, RAM), the second message is "Install Sql Server 2008".

Why is this happening?

2. To support IE 11, we upgraded the Report viewer to version 11.

Now the messages are different.

a. Printing is not available. Verify that ActiveX is enabled or try using IE from the desktop

b. Install Sql Server Reporting Services 2008 R2. (Here again when deployed in staging server it says "Install Sql Server 2008").

Could anyone throw me some light on this...

Thanks

Anup


Anup

SSRS 2012 Configurations

$
0
0

I have installed SQL Server Standard Edition 2012 and trying configure SSRS using Reporting Services Configuration Manager. I have set following things.

  • Report Server url as http://<Server Name>/ReportServer
  • Virtual Directory as ReportServer
  • SSL Certificate : Not Selected
  • TCP Port as 80 
  • Report Manager url as http://<server name>/Reports

But I am not able to access either Report Server or Report manager using browser. My SSRS reporting services is running. Can anyone help me to resolve this issue. This is a complete fresh installation and I don't have any version of SQL Server installed in this system earlier.

Filter results in tablix, group filters and use AND/OR

$
0
0

Hi all

I'm not sure if it is possible to do what I am after or if it will even speed up processing my report but here goes, any help/advice appreciated.

I have added the following filters to a tablix,

ClientCategory1 is NC and VisibleId any of1, 4, 5, 8, 12, 17, 40, 45, 60

I would also like in addition to the above to add the below condition however I am not sure how to approach it.

VisibleId is ABS1 but ClientCategory1can be anything

I was thinking something like below, but I can't see where I would do that from the filters screen of the tablix properties within SSRS.

(ClientCategory1 = NC and VisibleId IN (1, 4, 5, 8, 12, 17, 40, 45, 60))
OR
(VisibleId = ABS1)

I currently do the above via multiple datasets but I thought it would make the report quicker by just using one dataset and then filtering the results per tablix if the above is possible.  This example is just for one department and we probably have another 8 departments so in total around 17/18 datasets. 

As mentioned any help/advice would really be appreciated, kind of hit a brick wall at the moment!

Cheers


Cheers Chris


Subscription of a report with subreport

$
0
0

Hello,

I have an SSRS report, which includes subreport. The report shows statistics for specified number of production machines, subreport shows statistics for one machine. When I want to create a standard subscription of the report, I get the error:

"Subscriptions cannot be created because the credentials used to run the report are not stored, or if a linked report, the link is no longer valid."

The main report and the subreport use data sources with stored credentials.

Any idea, where is the problem? Is it possible to subscribe a report containing a subreport?

Thanks in advance for any help.

MP.

Use mouseover on horizintal axis to show variance between years

$
0
0
I have created a line graph that has months of the year on the horizontal axis and cost of the vertical axis.  The report also has the ability to select more than one year. is there a way to create a mouseover, perhaps along the horizontal axis, that would show a percentage increase or decrease between years?? Example is I mouseover month 6 and it would show me the difference as a percentage between costs for year  2013 ($53.01) and 2014 ($114.15)

Stop Report if field is populated

$
0
0

My report includes four filters (beg date, end date, beg route, end route) and is based upon a stored procedure.  Inside this sp includes one particular field called 'ReturnCalc'. In this example, let us figure that there are 5 pages that are created for the manager.

However if any of the records from the sp include an 'x' in the 'ReturnCalc' column (whether it shows up once or 50 times) then the report will not generate any of these pages.  Ideally I would like to substitute a different report with another set of data or perhaps a custom message on one page.  I really don't how to approach this and welcome any thoughts, links or ideas.  I'm sure that this idea has come up before but I was unable to locate any documentation on it. 

Thank you.

Brian

A Simple List With Counts

$
0
0

Hello,

I've recently started working on a project to migrate reports from Oracle's Discoverer to SSRS.  One report had me baffled: a simple list of our branch offices, with a count of the number of terminated clients within that branch, that went 'dead' within a certain date range.  I struggled with that report for almost three days before I stumbled upon the right permutation of query, settings, and parameters.

I'd really like to know the concepts behind the process so I'll be able to repeat it again with future reports that I need to migrate.

I see a lot of "How to" videos that show 'this can be done' and 'that can be done', but nothing answered my questions, or solved my problems.  Many of the blogs, or posts I've read are years old.  I guess what I'm looking for is a forum where I can bounce my ideas off a 'real user' who has understanding of the environment, and can share their knowledge 'real-time' like.

As I said, I've just started this project, and have a lot to learn.  If there is a blog or some site that you know of, that might be monitored by real users, I'd appreciate the shared knowledge.

Looking for timely help with SSRS reports,

Gary F.

Reporting services Query

$
0
0

Hi,

Can we have multiple reports running on the same time on a single report server node?

What will happen to the other reports on node if one scheduled report get a rendering error?

If i recycle the reporting server service on one node,what will happen to the reports running on other nodes?

Do we have any concept called report queuing in reportserver if one report get hung

Regards,



Best Regards,  http://whynotsql.blogspot.com/


Viewing all 10045 articles
Browse latest View live


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