Power View Drill Up Missing
I have Power View that contains multiple charts in one view. They all have drill down options. When I drill down through one of the charts, sometimes the drill up, filter, and expand buttons go away....
View ArticleSSRS 2005: Adding Input Mask to Parameters
Is there a way to add input mask funtion to the report parameters? I have a date paramater that I need to display as "(mm/dd/yyy)". But I want the back slackes ("/") to automatically display as the...
View ArticleDisplay top first row in SSRS
I would like to display just the top first; my report seems to hang when I use the TOP 1 in my query. but query works fine in SSMS using the select top 1 ... I even use order by column at the end and...
View ArticleTrying to return query dynamically if parameter value is not null and null
Hi,I wrote a custom code like this....Public Shared Function GETSQL(ByVal month as Date, ByVal year as Date, ByVal partyCode as Integer) Dim sql1 As String Dim sql2 As String Dim sql3 As String Dim...
View ArticleExpression to convert 8 characters to date
Hi all,Is it possible to use SSRS expression to convert 8 characters to date?I have the date in the following format 20150402 and I would like to convert it to date dd/MM/yyyy format.I appreciate any...
View Articlevalues are not showing at correct percent in chart
Hello experts,I have created one report as x- axis month and y- axis percent. I have a value of 100% in all the months but in chart it is showing 100% at 1% position. attached is the screenshot.could...
View ArticleRetrieve data from SQL Database through Assembly
Hi all,I wrote a Custom Assembly to retrieve data from a SQL Database to use in my report.I am getting the error:“Request for the permission of type 'System.Data.SqlClient.SqlClientPermission,...
View ArticleReport is being generated but nothing show
Hi, there was no error in the data tool, I can run and see the expected results in the tool but nothing shows in the reporting server.
View Articlesurface charts?
i see there are no surface charts for SSRS 2008... is there any way to implement them using existing or free components?Javier Guillen
View ArticleUnable to access Report Server
Setting up SQL 2012 Reporting Services for the first time.Windows 2012 ServerSQL 2012Using the Reporting Services Configuration Manager, accepted the default setting to use the local server. There are...
View ArticleMC (marque de commerce) Trademark
Hi,I need to create <sup style="font-family:inherit;font-style:inherit;font-variant:inherit;font-weight:inherit;">MC</sup> (marque de commerce) in SSRS report. There is no Unicode for...
View ArticleConverting an Access IIf statement
Died in Hospital: IIf([dbo_IP_ADMISSION].[DateOfDeath] Is Null,"N","Y")Hi again, a very simple statement above returns a N if the field is blank and a Y if it's not. What would be the code, I'm again...
View ArticleNot getting desired report output with subreports
I am designing SSRS 2005 report which has four subreports within a main report. The report has a group header containing "name" dataset field .Each subreport is grouped on the same "name" field.This...
View ArticleSSRS: How to calculate percentage of some values?
Hi All,I have a dataset which contains Area and EmpId. I need a report like below.Area EmployeeCount %India 8 30.77Japan 13 50Korea 5...
View ArticleHide/Show table based on parameter selection!!!???
I'd like to hide/show a table based on selected parameters. In the current setup I have a matrix and two tables underneath that need to be displayed from time to time. First of I use a multi-value...
View ArticleSSRS Using Sum and
Hi, Still getting to grips with SSRS so any help would be appreciated.My aim is to calculate a conditional field using the SSRS expression feature, the datasource is a shared dataset which i can't...
View ArticleDeploy Report Model on Server without SQL Server 2008 BIDS
Hi,I have developed a report model in BIDS Sql Server 2008 as per requirement but its need to be deployed on WindowsServer2008 R2 which have SQL Server 2012 installed so I can't open that report model...
View ArticleRetrieve data source connection string from reportserver.dbo.DataSource
I would like to retrieve the connection string (and credentials) for each of my data sources (without having to click on each individual item). The DataSource table has a column called...
View ArticleAggregating Group Values Outside of group
Hi, is this possible?Basically, I'm trying to show aggregates for a column, by group, on rows that are outside the scope of the group. I'm able to add the total for each group at the end of the group,...
View ArticleHow can i use order by within Cascading
Hi All: I am having problem of Cascading and order by, i need to bind the 2nd parameter to the 1st parameter and i am trying to tidy up the 2nd parameter when it shows up. Therefore i need an order by...
View Article