Matrix/Tablix subtotals
I am using this T-SQL referring to AdventureWorks2008R2:SELECT DATENAME(yy, sh.OrderDate) AS Year, DATENAME(mm, sh.OrderDate) AS Month, CONVERT(VARCHAR, CAST(SUM(sd.LineTotal) AS Money), 1) AS...
View ArticleUnable to load assembly
hello, I have implemented a custom security extension on SQL Server 2008 RTM, using the CodePlex example that everyone uses. I can browse to http://myserver/reports, get my custom login page, enter a...
View ArticleReport Server login page failing to load
I have implemented a custom security extension on my nov CTP build. When I go to http://<servername>/reports, I get my custom login screen, I can authenticate a user, and I am happily in the...
View ArticleReport Builder 2.0 - Zero values on pie chart
Hi..I want to show zero values on PIE chart in Report Builder 2.0I read on MSDN that Null, empty, negative, and zero values have no effect when calculating ratios. For this reason, these values are not...
View ArticleReport Parameter Area view in development machine but not on Sharepoint 2010...
Hi,- Created a parameter(@TECHNOLOGY) which "Allow Multiple Values" and "Selected parameter visibility : Visible". - Drop the 'Tablix' on Report(Report1) and fill the details area with columns which i...
View ArticleListing the contents of Users Folders programatically
Hi,I'm creating an RS script to set permissions in a Reporting Services instance and I wonder if there is an easy way to list all users in /Users folders/ programatically?At present I've created a...
View ArticleBy default want to display all rows on Report when parameter available in...
Hi,- Created a dataset and displaying the records on tablix based on parameter. select * from sales where salesID=@sales- I do not have any problem when gives parameter values('@sales'), the data is...
View ArticleChart using Power View
Hello, I need to develop Gaguge chart with slider using power view I even don't know about power viewhow it works . I have BI studio 2012 . what else i require to install and how please let me...
View ArticleSSRS 2012
Hello, I am a new bee to SSRS. Pleasae help me to get the information regarding the 'Remote and non-SQL data source support' feature in SSRS 2012. I googled it out but, I could find any concrete...
View Articlemultiple pinpoint... in SSRS
give me example of google api with multiple pinpoint... ex..Thanks in Advance
View ArticleMultiple Values in a column into separate rows
SelectA,B,C,DFrom CloudC includes multiple values like (a,b,c,d) so I want my result to look likeA aA bA cA dB aC aD aRight now it shows as:-A a,b,c,dB aC aD aI have looked at Split function but...
View ArticleReport Viewer
Hello,can we display server report in report viewer using vs2010 WHERE reports (RDL reports) are deployed on sqlserver2005.Regards
View ArticleWant to display data from single parameter even Multiple Parameter Exists
Hi,- Created two parameters(@District and @Region) which Iam passing inside created dataset which is below. Parameters "Allows multiple values" selection. @District and@Region parameters has two...
View ArticleGrid & Chart - Not on same page?
Hi All,I have a Grid and a chart and after running the multi paged report the page breaks are correct, meaning the correct grid data is displaying based on the page break/groups. But the last page...
View ArticleAuthentication Logon Failure 0xC000006D
My reporting server 2008 just starting giving me errors when I try to login. Error is as follows:Logon Failure: Reason: An error occurred during logon User Name: user.name Domain: domain Logon...
View ArticlePower View SP1 with SharePoint 2010
Can the new features in Power View SP1 work with SharePoint 2010? We're building tabular cubes in SQL Server Data Tools environment, deploying the cubes. We have a connection in the PowerPivot...
View ArticleTotaling an expression field
I have the following expression in a text box in a detail row. I want to sum all the values in this particular expression for each customer. How do I do this? I tried using...
View ArticleSSRS 2008 R2 - how to create a circle/ellipsis outside a chart series label...
Hi,In a line chart, a client wants to see the chart series labels inside a circle/ellipsis. Is this possible?So far we were able to put the chart series label inside a rectangle, using the BorderStyle...
View ArticleVS 2012 Express Desktop and SQL Server 2012 Express with Reporting Services
I have an application that was built in VS 2010 Professional and uses local reports(.rdlc) that you can build inside visual studio. I'd like to convert these to SQL Server Express 2012 with Reporting...
View ArticleProblem with expression using IIF() and ISNOTHING()
Can anyone tell me what is wrong with these expression? Looks alright to me but SSRS 2008R2 throws an error saying "expression required".\=IIF( IsNothing(Fields!SHIPMENT_DATE.Value), '',...
View Article