My subscriptions - SSRS (2008R2)
HelloI have now set up quite a few subscriptions.The only way I can currently gauge whether they work or not is by ccing myself into whatever report is sent out. Clearly as subscriptions grow, this...
View ArticleCalculated field question
HelloI have tried to create a calculated field that will show the number of customer transactions processed within 15 minutes.I have added the expression:=count(fields!wait.Value<15)However, when I...
View ArticleFormat chart % value from 20 decimal places to no decimal places
HelloI have created a line graph to show monthly % data on the y-axis.Can I format the value shown to show as a %? At the moment I'm seeing figures like 0.9335180054409484 - not much use.This value is...
View ArticleReport Server interface.
Hi, is there a possibility to change the report server interface? I heard, that there exists something like overlay/pad on the report server, but i coudnt find anything about it. Maybe there exists...
View ArticleSSRS Portability similiar to SSIS
[u]Probelm Statement:[/u]After completing SSRS report development in Dev, I want to change the server connections in my reports for production deployment. The production environment is an MS Dynamix...
View ArticleNo templates.
Hi in my SQL Business IDS based on Visual Studio 2008 i do not have templates for Web Site.I have installed net framework (3.5, 4.0 also). Does anyknow know the solution?
View Articlecannot update fields when using Stored Procedure in SSRS
Hi folks,I was wondering if anyone can help me out please.I was using Stored Procedure in SSRS but when I use SP and click on Refresh fields the fields are not getting updated in SSRS.I have around 6...
View ArticleWild Card search
I have a report which basically lists all of the databases I have on my SQL estate.I have a parameter which, if I type the correct database name in, it will bring back all of the information about this...
View ArticleConditional IIF to Open URL
I want to open a link only if the field meets a criteriaIIF(Fields!Dept.value = "HR", "Http:/......",??)what should be in the false part?
View ArticleURl for Textbox
I am trying to open a URL from a text box. It gives me an error to use an aggregate function... Here is the URLIIF(Fields!Dept.value = "HR", "Http...",Nothing)Can't use an aggregate function - First ,...
View ArticleData-Driven Subscription File Share and Send email link
I've SSRS Data subscription that saves files into Windows Share location. The report runs at various times of the day.As soon as the file gets saved in the windows share, an email needs to be generated...
View Articlevariably hide/show tablix objects based on conditional expression
I have a [b]parameter [/b]MonthlySet having INT datatype with possible values 1,2, or 3 and I have a report with [b]3 tablix objects[/b]:How to write an expression to display the first tablix object...
View Articlevariably changing images that display in SSRS
Hello. In the visibility tab of Image properties I have used a switch statement:=SWITCH (Parameters!Site.Value = "Website1", "file1", Parameters!Site.Value = "Website2", "file2", Parameters!Site.Value...
View ArticleWould like this graph to have time along the x axis rather than duration - how?
rdl file: https://db.tt/2aQSE8QiThe above report look like this:[img]http://i.imgur.com/IZasXer.png[/img]along the x axis I have duration in minutes, I would instead like the time of day and for each...
View ArticleHelp with an IIF statement please
HelloThe following IIF expression isn't working for me:IIF(Fields!Number.Value BETWEEN 1 AND 1000, Fields!Number.Value, "all ok")Basically I want to list the value if it falls within 1 and 1000 and...
View ArticleSSRS 2005 incorrect percentage claculation displayed in some fields
I have a report that uses a matrix to display fill rates.Data types are numeric(6,2)I do not have any rounding at the sql level.Numerator and denominator text boxes are formatted N1 and result is...
View ArticleChanging the default text of a subscription email
Hi all,Got a (hopefully) simple question! When you set up a subscription for an SSRS report, you have the option of having the report be delivered as a link. This link is rendered into your email inbox...
View Articleno dsn is present in the configuration file in the reporting services 2008
HI i have found this error in the log file of my reporting services ,when i comes to the Configuration file in thatmy DSN path is empty no input code is there in that DSN tags<DSN><DSN/>it...
View ArticlePopup menu when clicking a link
I've always wanted to be able to give a user a choice where he/she goes when clicking a link in SSRS.A long time ago a created a popup menu using an aspx page; it worked but wasn't realy nice...
View ArticleReport Drillthrough not asking for parameters and erroring
HelloI've encountered a really strange error with Reporting Services that's I'm hoping you guys can help with. I have a Report that I use as a Report Menu, this report linked to other reports using the...
View Article