ssrs expression
hii want ot do something liek thisif(previous(fields.gender.value) = fields.gender.value , "",iif(fields.gender.value = 1,"m",iif(fields.gender.value = 2 ,"F","U"))but this is not working any suggestion
View ArticleCheck if multiple fields are missing
I have a dynamic dataset, and I want to show a row if any one of the filds are in the dataset. I know how to check for one, but not multiple=IIf(Fields!aValue.IsMissing, False, True ) I need to check 3...
View ArticleSSRS How to sum expressions
I'm new to SSRS. I am using an expression to calculate an amount at the group level. I can get that to work. But what I can't get to work is how to then sum that expression to use at the higher...
View ArticleExecuting AS400 Stored Procedure via OLE DB connection Can Not Pass Parm
I have created a as/400 DB2 stored procedure that I can execute on SSRS 2008 R2 via an OLD DB connection. When I add a date parameter to my stored procedure, reporting services returns zero records.The...
View ArticleHow to get SQL Server Name in an SSRS 2008 R2 expression
Hi, I am using SQL Server 2008 R2 and SQL Server Reporting Services 2008 R2. In one of my reports I am using an URL Action for a field. This report is currently deployed on the development server (Dev...
View ArticleCached Shared Dataset Parameters Using Wrong Data Type
HelloI am using SSRS on Microsoft SQL Server Standard Edition (64-bit), version 10.50.1600.1.I have a table-valued function that takes a single integer parameter.I also have a shared dataset that calls...
View ArticleCan you Text value for a group in tablix matrix table and group by the id
I have the id and name and html link to article value of a group. I want to group on id but display the name with a click to the url page and then show the count of clicks. It all works but I must...
View ArticleDynamic column header based on given two date parameters
user pass date parameters:StartDate - 2012-01-03 //(Dynamic user can run for any dates)EndDate - 2013-04-02 //(Dynamic user can run for any dates)OutputIDNAMEPrjStartDate PrjEndDate MonthsDura...
View ArticleThe report server cannot decrypt the symmetric key
I am getting a constant error "Report Server Windows Service" ID 120 and "Report Server" ID 107. The old administrator of this SQL server has left our company and left no record where the backup key...
View ArticleHow to delete a row record from ssrs report
HI All, I designed a Matrix report which is calling stored procedure in Dataset. SP is returning EID,EName,Salary columns as output. Below is the output:EID EName Salary12 AAA 400013...
View ArticleChange display value for a grouping column
I have 2 million rows it would be quick to group on the id and display the name text field. Is this possible?
View ArticleSSRS - Grouping Identical Data Values when sorted on other Value
I'm working on a report in SSRS 2008 R2 that is a simple table of employees, sorted by date values of their current contract end dates. Currently, the dataset is unsorted, but the report uses two sort...
View ArticleSubtotals from group header, and parent groups
I've searched and experimented with this but still cannot get what I need.This was dirt simple in Crystal, which I'm now porting to SSRS.Here's an example data set:Client | DeliveryId |DeliveryDate |...
View ArticleOnly show Data return if there is more than one occurance of the output
Hello,I've trawled the Forum and can't find the answer to this, but it's difficult wording....I'm building a simple table report in SQL 2.0, I have set all fields and date parameters etc, however I...
View ArticleCount on a column where some value where there are 2 column groups report
Hi i am facing a problem in my SSRS Report where there are two column groupings on the report. Ex: parent group is Location_Head, chiled group is Location. i need to find out the Count of Employees...
View ArticleHow to make customize reports & dashboards to SharePoint 2010
I have SharePoint 2010 and SQL Server 2008R Analyses Services.I have need for customized view to reports and dashboards in SharePoint site. UX requirements are such that reportings services and PPS...
View Articlehow to convert varchar data type rows into money in sql server 2008 R2?
Hi ,i got one requirement like - i need to convert var char data type column rows into money data type or int data.when i used cast or convert function that time i am getting the below error"Conversion...
View ArticleGrouping in report viwer
i have issue in report i have relation between employee , contacts , services(1-m)i want to show each employee has contacts and service likeEmployee Contacts Serviceemp1...
View ArticleHow to alternate row color with multiple groups?
I have a report which has threee (3) row groups: Region, City, Type. I need to alternate each row color frow Gainsboro to White and am having no luck. I use the following expression for background...
View Article