SSRS report TOTALING issue
Hello,I have a SSRS report that calculates the percent of AUM in a Column called ALLOCATION PERCENT. I creating the percentages by using the following expression and it functions...
View ArticleKeep only the last date in a tablix whith formula using previous
Hi,I am using this formula in a tablix=iif(Previous(Fields!Extract_Date.Value)="", "", (...
View ArticleHow do I Format Decimal Places to 0 or 2 Decimal Places
Hi All;Below are the exp in SSRS 2008 I need to To covert negative values into brackets use the below code code and to convert decimal value to decimal and non decimal value to integer use the below...
View ArticleDetail data doesn't refresh on Drillthrough Report
I added Drillthrough Action to a report but the link to the detail report doesn't refresh properly on the published report. It keeps displaying the same detail page regardless of which link I click.It...
View ArticleEmail subscriptions based on report data
Hello,I'm fairly new to SQL reporting. Is there a way configure email subscriptions so they are only sent when data rows exist, for example. Ideally I would schedule the subscription to process every...
View ArticleSSRS 2005 Export to pdf error
Receiving this error when exporting to pdfServer Error in '/Reports' Application.For more information about this error navigate to the report server on the local server machine, or enable remote...
View ArticleData-Driven Subscriptions - Is there a work around for Non-Enterprise version...
Hello,For those of us without SQL Server Enterprise, how would you do the following: I want to set up a report subscription that uses a list of email addresses, based on the result set of my SQL. Is...
View ArticlePlotting Longitude and Latitude with Power View from a Multi-Dimensional Source
Hi,I have a SQL 2012 SP1 environment integrated with SharePoint 2013. I have deployed a Multi-Dimensional Cube, due to the need for role playing dimensions and numerous parent-child hierarchies that...
View ArticleVarious Problems with SSRS on SQL 2014 - Does not appear to be installed...
HelloI am trying to setup a Windows 7 Machine with SQL Server 2014 (Developers Edition) and SSRS from the same CD Image0The SQL Server install went very smoothly and I am able to access all the...
View ArticleDefault data format (localization)
It's actually one for the Report Builder forum but I couldn't find that so sorry.I wondered if anyone knew of a way to have the default localization set to en-GB (UK dates, rather than US dates). The...
View ArticleSSRS 2012 multi select parameter not working in Report Manager.
Hello,I have one report with Multi select parameter. its working fine in bids, report server but I am facing some issue on report manager 2012.Issue is, In Multi select parameter I have Suppose 6 value...
View ArticleHow to find reporting services are installed in which mode
Hi All,I'm currently working on migrating SQL server from one datacenter to other. The source environment has reporting services installed and as per the info given by the client they are using...
View ArticleSSRS 2008 - Chart Legend Missing Customitems property
Hi,I'm currently in the process of converting my SSRS 2005 reports originaly designed with Dundas charts, to a SSRS 2008 report and facing anissue with the charts legend.Dundas Charts allows me to...
View ArticleAdapting the number of columns in a SSRS 2012 chart
Hi,in a my SSRS 2012 report I've created a dataset to extract the TOP 20 amounts. I've created a stacked column chart and I've put the amounts as a value. But I can see only ten columns respect to 20...
View ArticleHow to export "*.rdl" report to PDF using command line?
How to export "*.rdl" report to PDF using command line?Thanks in advnce,
View ArticleDatabase mirroring
Hi All,Could any one please let me know if we need to use same service accounts on all three instances for configuring database mirroring in high availability mode (Prinicipal + mirror + witness).Also...
View ArticleRunning values with a filter condition
I want to use a filter expression to count the number of times a condition is met in a group. It doesn't appear as if the running value function allows an expression. Is there anything I can do? I'm...
View Articlessrs expressions
When I use the following expression in SSRS:=ReportItems!SalesAmount.Value/ReportItems!BusinessTypeTotal.ValueI get the following error:Warning1 [rsRuntimeErrorInExpression] The Value expression for...
View Articletoday() generating error when used in an expression
I am using today() as part of an expression to generate a conditional running total. It is producing an error in the report output.=RunningValue( IIF( (not(IsNothing(Fields!PPAP_Sent_Date.Value)) and...
View ArticleGrouping two different datasets
Hello,I have a problem with grouping. I want to group by Accounts and then by a model. I can group by accounts but I don't know how to then group by model, like some sort of sub-grouping. I am sorry if...
View Article