Quantcast
Browsing all 2791 articles
Browse latest View live

Best approach to lots of similar subreports

I have a hopefully simple question. I’m trying to learn SSRS a little better, and so I’m trying to abstract something out a little bit. I have a database that consists of a lot of simple frequency...

View Article


Table two Column

Hello I have a table that gives me information, it is for example in column 3 appears OK the values ​​and delete. I would like the values ​​in column 2 when the value in column 3 was Delete, puts me up...

View Article


SSRS 2012: can create reports but not publish?

First off, my SSRS install is for learning, so if plowing it under and reinstalling from scratch is a good option, I'm all for it. I might lose a little bit, but oh well.Should I completely gut the...

View Article

SSRS 2012, how to add dependency for 2 dataset with same sp

Hi, allI have multi ds report, and 2 of dataset dsDetail and dsSummary logically belong to each other but serves for separate tablix'es, so I can run Summary tablix out of Details, just doing some ssrs...

View Article

Toggle and Visibility depending on Parent Group value

Hi,I have a report where there are collapsible groups IT, Non-IT and Other. I want to remove the collapsible button (+) whenever the Parent is IT and also remove the group header whenever the parent is...

View Article


Parameter for one cell

I have created a drilldown report. Is there a way to create a parameter based on an indicator value for one particular cell? The value in this cell is also a value in other cells but this particular...

View Article

SubReports Issues in SSRS 2005 Reports Upgrade to 2012

Hi there!We are planning to upgrade our SSRS 2005 reports to SSRS 2012. As I heard there will are some upgrade compatibility issues, I read the below MSDN article and found that the Reports that...

View Article

Field value as a parameter

I need to create a parameter using the value of an indicator: =CInt(IIF(Fields!Passed.Value, 1, iif(Fields!Passed.Value is nothing, -1, 0)))The values that come from it are -1, 0, 1. I'm not sure what...

View Article


SSRS 2012 Report rendering time in pdf format in RDLC

Hi,Please help to reduce or optimize Report rendering time in PDF, Currently rendering in excel format take very less time as compare to pdf format. A quick response will be highly appreciated!.Thanks

View Article


SSRS 2012 - corrupt export to excel

Hi all,we have recently deployed a 2012 SSRS server, and one of the first systems to go on it, requires a daily subscription of the report to a number of staff with an ecrel export attached.When I view...

View Article

Sound

Is there a way to generate a Sound in SSRS.I need to do so when a particular criteria is not met?Any Suggestions ?

View Article

Grouping of distinct values for column

Hi, I am creating a drilldown report. My datasets are coming from several SharePoint lists. My first column has alternating values of either "Category 1" or "Category 3." I want to only see one cell...

View Article

Join 3 sharepoint lists

In my SSRS report I am using data from three SharePoint lists. I used the Lookup function to get data from two lists for a column in my report, now I need to include a the third list to get data into...

View Article


When Multiple values are selected it gives an error incorrect syntax near ','

Hi ,I have a report which works fine with single value parameter but when I select multiple values I get an error incorrect syntax near ','Here is the query If @PtHasHadApptType = 'YES' BEGIN If '349'...

View Article

Multi Valued Parameter

I am trying to run a Multivalue parameters ReportI set the Parameter type as Multi Valued In my Query I pass the Value as where Group In( @Group )However , when I run the report and Select the Group...

View Article


IIF Condition

Hi Team,I need some assistance with the following I have an IIF condition and it is as follows=round((Sum(Fields!VDuration.Value) + sum(iif(not(Fields!STypeName.Value = "SS") and...

View Article

ssrs with rectangle cuases first page to be blank

In an SSRS 2008 r2 report I have 6 matrixes that I placed into 1 rectangle so that all the individual items do not float.The problem is that the first page of the ssrs 2008 r2 report is blank when the...

View Article


Email Report to list of people that are defined by the report ???

Hiis there a way to email a report to the people who are on the reportFor example I run a repot for caseworker who haven't seen a client in 21 daysI want to email the caseworkers that come out on the...

View Article

ssrs pass multivalue parameter values to stored procedure

In an SSRS 2008 r2 report, I am currently calling a stored procedure called spRoom. I obtain the results of the stored procedureby creating a temptable called #roomReultsThe temp table that I am...

View Article

ssrs 2008 r2 execute with temp table

In an SSRS 2008 r2 report, the code currently obtains the results from the stored procedure and places the results in a temp table called #roomResults. See the sql below: INSERT #roomResults EXEC...

View Article
Browsing all 2791 articles
Browse latest View live