bottom line on report parts
Hi. We run 2012 enterprise (vs 2010) and rather than reading anymore (my head is spinning) I thought I'd ask some simple questions to first get my head around report parts in ssrs.1) is it true you...
View Articlehelp to configure rdlc file
Greetings, I have a report with a tablix rdlc file. but when I export to pdf file,there is a space in the middle of the tablix,and blank pages could tell me how to configure it, it must be some simple...
View ArticleSum Expression Column
=SUM(ReportItems!Textbox1.Value)I have an expression column in a table created on my SSRS report. How can I in turn sum the Expression column? The expression being used...
View ArticleFormat NOW() to Time hhmmss
Hi Is it possible to format the SSRS function =NOW() to time and have it in the format hhmmss? If so is anyone aware of the syntax to use in the expression? I have tried custom format to hhmmss but...
View ArticleColumn Visibility option is disabled on column
I'm trying to hide a column but it belongs in the RowGroups area. Unfortunately, the Column Visibility is greyed out and disabled. I'd like to just hide the column but keep the grouping. I found a...
View ArticleDisplay results seperated by comma's
HiJust wondering if there was a way to display results from seperate rows in one text box where the results are seperated by comma's?=First(Fields!ClientId.Value, "DataSet1")The example above will just...
View ArticleHow to make two matrix and table into same group in SSRS
Hii need to dispaly to dispaly data matrix and table . but matrix data on first page and table data on second page.how to achive this . if i give pagebreak for every new instance for matrix, only...
View ArticleOPENQUERY using MDX
Hi,I am using MDX query union with sql query. when i use OPENQUERY it's not allow multivalued parameter.i am using this query in SSRS.The parameter also getting from SSRSMy OPENQUERY is like...
View ArticleBackground colour - NULL values
I'm having trouble in dealing with NULL values in my SSRS 2005 expression.I want to colour code the table background, if a specific field is blank.below is my current script, its not compiling...
View Articlerunning subreports without breaks in between
Hi. We run 2012 enterprise. Can subreports be called from a master but be presented (at least in the browser) without any kind of break (page or otherwise) or gap between subreports? I'm looking for...
View Article"How to get distinct values of sharepoint column using SSRS"
Hi, I have integrated sharepoint list data to SQL Server reporting services. I am using the below to query sharepoint list data using sql reporting services.<Query>...
View ArticleFormat Painter in SS Management Studio Report design
Is Format Painter is available in SQL Server Management Studio Report Design?If not, any other way can we copy format?RegardsEzhil
View ArticleSSRS Database credentials problem under domain environment
Hi,I have developed an ASP.Net application and used report viewer for SSRS and deployed on the client site. Earlier I used windows credentials for under domain environment but the client changes the...
View Articlereport deployed on production server show different data from that in debug...
Hi,i have created a report that use temporary tables and when i get the preview on Management Studio show some data, but when i deploy the same report on the production server i see that the data is...
View ArticleSubscribed Reports through E-Mail
One of the app uses an SSRS server at http://blah_blah.com . I am able to subscribe to reports only if I want them sent to a network share. Is it possible to activate the feature to send subscribed...
View ArticleData driven subscriptions need to use multiple "From" addresses - SSRS 2008
Is it possible to create a data driven subscription that supplies the from address based on which brand of my company is sending out the email? Or even if I'm representing a single brand, I need to use...
View Articlewhere to find world spacial data (city wise)?
i want to create Sql Server R2 map city wise in whole world.can anyone tell me where to find spacial data for that map??-Asankap
View ArticleCount Function with SQL Statement
Hi there: I am writing an SSRS Report and I would like a calculated/expression field that will return values bases on the follow SQL statement:select * from claim_table where CLAIM_STATUS_CODE IN...
View ArticleSSRS Dataset Filter expression query
I have an SSRS report which has a simple dataset and accepts two date parameters, and filters the results based on a Position parameter. The Position parameter filter is:Expression: Position Operator:...
View ArticleHo to count the total number of rows Sql Reporting Services Report Builder's...
Hi to all, I have parameter and data-set i.e consists of SharePoint List items,Data-set get's filters and I need to count the total rows of the data-set i.e I get after filtration. Thanks,...
View Article