DRILL-THROUGHT FUNCTIONALITY IN SSRS MOBILE REPORT BASEN ON MDX DATASET
Hi I created two seperate report based on cube (MDX).1. Main 2. Drillthrough When I want to drill main report to second one, I received an error that my report is misconfigured or server is not...
View ArticleHow to retrieve a parameter value based on a result set from stored procedure...
Hello Experts, I would like to know how do I select a parameter based on the result set from a stored procedure. My code looks something like this:CREATE PROCEDURE usp_UserInformation (@ReportRunDate...
View ArticleReport builder 3.0 crashes trying to open Query Designer in Dataset properties
Hi All,x64; Windows Server 2008 R2 Standard; SQL Server 2008 R2 Enterprise; login is Domain Admin, Server Admin and SQL Server sysadmin. Not integrated with SharePoint.Whenever I try to open Query...
View ArticleCan Dataset change dynamically depending on a parameters.
Is it possible to dataset change dynamically depending on a input parameters in ssrs 2005.I need to create a report in which it takes two parameters as input and display the output.The Output will...
View ArticleHow to give database name as a parameter for SSRS report and subreport
Hi AllHow to set parameter for Database name in both SSRS report and subreport? When report run, It should ask database name. i.e. provide interface to user to enter database name and produce report...
View ArticleUnwanted double quotes inserted into Filter by SSDT
Hi,I have recently migrated several SSRS reports from SQL Server 2008 R2 to SQL Server 2012.When I initial view the filters they appear correct as follows; - However when I check the rdl file out for...
View ArticleHow to fill the IE 11 or IE browser with entire SSRS page to avoid squishing
What should be the setting of a standard SSRS report developed in Landscape layout to fill the entire page and avoid squishing .I am interested to know how to fill the IE 11 or IE browser with entire...
View ArticleHow to Apply 'No wrap' & 'wrap' functionality to the table cell.
Hi,I have tried with 'can grow' and 'can shrink' properties but didn't work.Please let me if any other property is there that can help.
View ArticleValue Cannot be be null. Parameter name: name on VS SSRS Solution
What could be problem?When I open VS2008, I get Error box "Value Cannot be be null. Parameter name: name" and I see a Report Design in backgroud. (this reports have no parameter at all)We have been...
View ArticleSubreport shows okay in VS2005, but not Report Manager - Error: Subreport...
I have compared the reports between VS 2005 and Rpt Mgr,, and the common thread between the missing subreports is the truncation of a telephone number. I have used the "left" SQL function, and got the...
View ArticleEnable remote errors in SSRS
I am trying to enable the remote errors using the script method posted at msdn. http://msdn.microsoft.com/en-us/library/aa337165(SQL.90).aspxBut whenever I am trying to use rs command at the command...
View ArticleCreate a Bar Chart with marker in SSRS
Hello All,I want to create a bar chart in SSRS with a marker at its end similar to below Can anyone please suggest a good approach for this? Thanks in Advance. RegardsShruti Vyas
View ArticleSSRS dates are nvarchar in db and i need it to work with parameter date
dates are nvarchar in db and i need it to work with parameter dateThis work if i hardcode the dateWHERE date >= '2014-06-28'Here is what i want to haveWHERE date >= @startdate AND date <=...
View ArticleSSRS - Sub report parameters Sub to Main
SQL Server 2008 R2 - BIDS - 2008Main Report has Start_Date and Finish_Date parameters returning 2 records (correct result as per query filters).Sub Report has Start_Date2 and Finish_Date2 parameters...
View ArticleReports building for Reporting Services 2008
Dear All,We have Reporting Services 2008 and yes, I know we had to upgrade long time ago. But this is what I have now. I need to find a way to develop reports for RS 2008 on Windows 10. SSDT 2015 seems...
View ArticleSSRS : display percentages with out rounding
Hello Everyone,I am facing some issue in my SSRS report, could some one help me for the same.I have a column with data as 0.831276, I just want to display this as 83.12%.I have tried using text box...
View ArticleColumn groups issue, might be fixed by using calculated fields?
Hi Struggling with displaying data as I would like, I thought using column groups was the best way but as soon as I came up against a group which had more than one activity I realised it created the...
View ArticleParameters in SSRS 2016 RC1 Mobile Publisher
It appears that parameters do not work in the SSRS Mobile Publisher app yet. I have published datasets with parameters that work with a traditional 2016 report. But when I try to build a new Mobile...
View Articlehierarchy question in SSRS
Hi to All!I have a hierarchy in SSAS cube - Country - Area - City. I need to implement possibility in SSRS to create report, based on cities. When user choose Country in the "Select Country" field, he...
View ArticleIssue with URL Encoding report's hyperlink value.
Hello,I've created a hyperlink in a report. The hyperlink action is 'Jump to URL' The URL is http://ServerName/SomePage.aspx?AccountCode=####&InvoiceLevel=1The hyperlink works just fine in the...
View Article