The ssrs-tablix tag has no wiki summary.
1
vote
1answer
21 views
SSRS Comparing 2 rows (new vs old) and highlighting the differences / changes
I have a report which gives the current state of an item, and the previous state of an item and I want to display both rows and highlight the differences. For example:
STATUS ORDER# NAME ...
0
votes
0answers
33 views
How do I get the tables in an SSRS report to use the data in a dataset without multiple trips to the database
I have a dataset which has the data to be used in by several tables in my 2012 SSRS report.
Each table uses a different set of rows in the dataset, i.e. where a particular column in the dataset has a ...
0
votes
1answer
39 views
How to I get cumulative monthly subtotals in SSRS?
I'm using SSRS to create a report which shows a lot of transactions according to a trade date. I've made a group on the month and year called 'grpMonthYear'. Inside that group I've made a subgroup on ...
0
votes
1answer
65 views
SSRS - Count grouped by Column AND Row in a Tablix
I have an SSRS tablix similar to this:
+----------+-----------+--------+--------+
| Total | RowGroup | Group1 | Group2 |
+----------+-----------+--------+--------+
| Perdiod1 | RowGroup1 | Value ...
-1
votes
2answers
28 views
Text justify center in SSRS report
In my SSRS report, I am getting texts to fill a table from a dataset (SQL Query).
There is a particular line of text from the query that I'd like to be displayed center (i.e. justify center).
Is ...
0
votes
1answer
75 views
Rdlc tablix is showing in single page
I have a rdlc report with tablix inside. When the report loaded, it shows the entire tablix in single even though it has thousands of records. Is there any way to spread the tablix across multiple ...
1
vote
1answer
50 views
VS2008 rdl vs. VS2010 rdl data display
I have VS2008 where i have a report that produces tablix with one field from one dataset. It displays values correctly. They are Numbers (0,00, 10,00, 15,00, 25,00 - using expression ...
0
votes
1answer
137 views
Hide row based on a value from another dataset
I have a tablix that has one dataset, and I need to hide one row based on a value in another dataset.
Currently I have this expression under visibility:
=Iif(Fields!Data1.Value="0" or ...
0
votes
1answer
205 views
Tablix row sum by one column value
I have a tablix with two columns. One is for tax rate (0%, 5%, 10%... - =Fields!TaxRate.Value), other for total tax values (=Fields!TotalTax.Value).
In my report I receive these values as:
Tax rate ...
0
votes
1answer
119 views
SSRS Report Fixed Width & Column break
I'm using a Matrix inside my Report with Dynamic Rows & Columns, and of course more columns means increasing Width, So Is there is any way I can have a Column Break after 'N' number of columns so ...
1
vote
1answer
82 views
SSRS Dynamically setting table position/location
I see in Report Builder / design mode, there is a Position and Location property that allows you to set how far from the top or left the table should appear.
My question is, is there a way to set 2 ...
0
votes
1answer
169 views
Using Visual Studio 2008 with Report Builder 3.0 - How to add a custom VB function to calculate a date 90 days before the date in another field
This is my first question on Stack though I have had many answered here 8-)
My employer is using SQL Server Business Intelligence Development Studio with Visual Studio 2008 and Report Builder 3.0 to ...
1
vote
1answer
63 views
Tablix in SSRS 2008
I use a tablix in SSRS 2008 with a Region name and it may contain 10 different regions. Currently, the regions are sorted in the code alphabetically but I have to sort them differently, so I assigned ...
0
votes
1answer
152 views
Create Sql Server Reporting Service using subreport to repeat records
i am creating a Sql Server Reporting. I want pick one row from one dataset and all details regarding this row under it.
Like Department name Dot-Net is on header and its employee details under it.Then ...
0
votes
0answers
163 views
Value displays in SSRS Query Designer, but is zero in Report Output
My colleague has an SSRS 2008 report he designed. It gathers data from a SQL Server 2008 R2 Stored Procedure. When he adds the Stored Procedure to his report, there is no problem. When he does a "Run ...
0
votes
0answers
52 views
SSRS 2005 to 2008 Migration issue
My client started complaining about increase in the number of pages in reports when they migrated from SSRS 2005 to 2008 R2.
I thought of replicating this issue , but I do not have a ssrs 2005 ...
0
votes
0answers
53 views
Adding a value to a header from the detail line
All,
I can get a value if I use First(Fields!FieldName.Value, "DataSourceName")) or Last(Fields!FieldName.Value, "DataSourceName")), but I need to get the value from the row groups detail line.
How ...
0
votes
1answer
131 views
how do i stop an rdlc tablix row from page breaking in the middle
i have a tablix where the row consists of two columns. inside each column there is a textbox with two paragraphs. what i want to generate is:
the row height is 1/2 inch. the textbox is bottom ...
0
votes
0answers
75 views
Create a TOC with Report Builder 3.0
I use Report Builder 3.0 for SQL Server 2012 with Reporting Services.
I know there is no TOC function out of the box - only the "Bookmarks" but I want to render my own TOC with page numbers.
I got a ...
0
votes
1answer
91 views
dynamic Format at ssrs
this one is my report
This is my result (but iddescripcion is not visible)
my question is.
how do i get when iddescripcion=1,3,5,8 or 10 then valor is going to have this format 10,000 (not ...
1
vote
0answers
72 views
SQL report builder 3.0 - display of results via Tablix
I am new to SQL and currently experimenting with using Report Builder 3.0. I have a basic report which i need some help with, i hope the answer is also straightforward, this sitaution is as follows;
...
0
votes
1answer
173 views
RDLC paging issue
I have a problem with a report that is very long. It has around 60 pages when it is in print layout, but it only shows me 1 of 1 page in normal layout. The report in normal layout is scrolling very ...
1
vote
1answer
102 views
SSRS: How can I bind a diagram to a vertical title bar (tablix)?
This will be my first question at this forum :-) However, I am currently having problem with one of my SSRS reports. The report consists of a graph/diagram. I have put a vertical title bar with some ...
0
votes
1answer
201 views
SSRS Tablix Insert Row Keyboard Shortcut
I have several SSRS reports to create for a client that need to have a table layout. I know that some people frown on using the Tablix only for this purpose, but trying to align rectangles and other ...
0
votes
0answers
124 views
SSRS Report, how to obtain the field background color that was defined on a SSAS cube
I'm facing some problems building my SSRS report.
I have a SSAS cube with some fields qualified at load time. All the measures values are filled with a specific color, according its qualification.
...
0
votes
2answers
336 views
Lookup in ssrs not displaying the value in tablix.
Working environment is sharepoint2010.
we have already connected the sharepoint list datasource to the report project in vs2008. Its possible to display the data in a single dataset using tablix.
we ...
0
votes
2answers
89 views
Filter tablix with two “Like” operations combined by an “Or”
I need to filter on a tablix to return where values in the string contains "BLACK" OR "RED":
Expression: =Fields!DrawOfficeNum.Value Like "*BLACK*" AND Fields!DrawOfficeNum.Value Like "*RED*"
...
0
votes
1answer
299 views
Check for Page Break in Tablix on rdlc
Is there a way to check for page break in a tablix cell? I am working on a rdlc report and I don't want to show grid lines after each line, I only want to show a line if there is a page break. I am ...
0
votes
1answer
227 views
SSRS in Visual Studio: Matrix grouping takes only the first row
Here's the situation. I'm doing a SSRS report in VisualStudio 2010. For some reasons, I can't do it from SQL Server and I can't change the stored procedure I use to get my data either. I receive data ...
0
votes
1answer
56 views
Counting Clients who meet criteria in SSRS
I've built a report in SSRS that is grouped by client. I have count by client of orders so the output would look like this:
I need to create a grand total expression at the bottom of the report ...
0
votes
1answer
195 views
How to call a function in tablix group total row?
I have a report that returns about 200+ rows, and on one of the columns I planned on using a function that has to calculate a total quantity of a given type (i.e. how many jelly beans in inventory). ...
0
votes
1answer
513 views
Tablix (table) in SSRS 2012 not allowing CanGrow=false on tablix cells
I am facing a very weird problem while creating a report in SSRS (I am using sql server 2012 enterprise edition).
This is the structure of my report:
Report columns are in Page Header section, ...
0
votes
0answers
31 views
How to do Horizontal Item flow in a report's list [duplicate]
Possible Duplicate:
SSRS - How to continue data to next column?
I'd like to arrange a list of items in a Report Builder 3.0 Report similar to a list of divs in CSS when set to flow: left. A ...
0
votes
1answer
569 views
SSRS IIF Filtering on Tablix
I am working with SSRS and have a tablix that needs certain rows excluded if a value in a multi-value parameter is not selected. For example, the multi-value parameter is 'Include Loss' and the ...
0
votes
1answer
296 views
SSRS - Semi-Blank page when Tablix exceeds page1 space
My Title to this question is probably a little confusing, but let me try explain what happens.
Our company report template requires a header and a footer. The footer is displayed on every page, but ...
1
vote
1answer
243 views
How to create an emboss effect for a tablix in SSRS 2008 R2
Is there any way to create an emboss effect for a tablix, or any other "cool" effects for a tablix in SSRS 2008 R2?
2
votes
1answer
273 views
Interactive sorting in tablix with column and row groupings
I'm trying to define interactive sorting in a tablix. The sorting should affect the row order.
Attaching image of the tablix in order to explain what I'm trying to get:
I already tried to define ...
0
votes
1answer
255 views
SSRS Reports - Hiding a Tablix doesn't shrink the space and move content after it up
I have a tablix with another tablix beneath it with 0 space between the bottom of the first tablix and the top of the second. When I change the Hidden property of the first tablix to true, it hides ...
0
votes
1answer
256 views
How to Total per Month of Year as a Tablix Column in SSRS 2008 R2
I have a table with stats information per user, let's say
TABLE Stats
user varchar(50)
callsdate datetime
howmany INT
And I need to show a Tablix with the totals where the columns headings should ...
0
votes
0answers
63 views
Is there any replacement for “Lookupset” function in SSRS 2005?
I need below type of expression to be implemented in SSRS 2005, but i don't find "Lookupset" function in SSRS 2005.
=Join(LookupSet(Fields!State_ID.Value, ...
0
votes
2answers
710 views
How to add a total count column for an expression field
If I have a table (tablix) in SSRS, and one of the columns is a simple expression:
=Fields!NumPorts.Value - Fields!PortsUsedLastQuarter.Value
Then how can I add a "total count" column for this? I ...
0
votes
3answers
271 views
SSRS report when exported to Excel detail values should appear in single row
I have a table with one parent group row and a detailed row as shown in below screenshot.
i got a requirement that the values come in detail row should be concatinated and show up in single row when ...
0
votes
1answer
210 views
How to Display a Pie Chart in a table with the value of 2 columns in SRSS 2008
First, sorry for the title, but I couldn't think of a better one.
This is what I want to do.
I have a Tablix in SRSS 2008. The rows are employees. In it I have 2 columns:
TalkTime
HoldTime
...
0
votes
1answer
371 views
SSRS: Insert Blank row after the group
I am working on a SSRS report which needs to show a blank row after every group. The group by field is "category". The values it takes are "first quarter 2010", second quarter 2010", "first quarter ...
0
votes
0answers
84 views
Rounding issue in SSRS when using unique expression within a table
I am wondering if anyone else has ever encountered this when creating a report in BIDS/SSRS 2005. I created a matrix that is using unique expressions in each detail line. The expression is calling for ...
2
votes
1answer
640 views
Reporting Services - aligning a right-to-left matrix
In a RS report I have a matrix whose LayoutDirection property is set to RTL (because it's in Hebrew). I created a column group by dragging a field form the dataset field list and dropping it in the ...
0
votes
1answer
1k views
Cannot read the next data row for the dataset 'Dataset3',Conversion Failed when converting varchar value to datatype int
I am running a report with 3 parameters. The second parameter gets populated according to the value selected in the First parameter and the third parameter gets populated according to the second.
I ...
0
votes
0answers
55 views
Cell action (drill through) not active on server
I am setting up a drill through action on a group header. The cell with text does not have the action on the test server even though it works in Preview; the blank cells have the action applied as ...
0
votes
1answer
486 views
SQL Server Reporting Services - Average Values for the row
I have a tablix that produces data like below:
ID | Name | Term1 | Term2
01 | RDA | 2.9 | 3.9
02 | RDA | 3.2 | 3.5
I want to have a column at the end of the tablix that averages the values ...
2
votes
0answers
82 views
SSRS report does not parse multiple xml elements
I am looking to display data on two tablixes from a single dataset created from an xml. Following is a sample xml. I have created two tablixes with filter on SchemeCategoryType (i.e. Stakeholder or ...

