Microsoft
Software
Hardware
Network
Question : Multiple Values in RDLC Matrix
Hi there,
I have 3 tables:
Makes, Models and Series
Every Model has a make and a series
There could be multiple models for each Make and Series
So when I do a matrix it shows like below
a b c
Ford Mustang Malibu F350
Where it should be
a b c
Ford Mustang, Colt Malibu F350, F150, F250
Make sense? The tables are simple as below:
Make Table
--------------------------
-----
Id
MakeName
Model Table
--------------------------
-----
id
MakeId
SeriesId
ModelName
Series Table
--------------------------
------
id
SeriesName
Answer : Multiple Values in RDLC Matrix
Reporting Services does not have the ability to create comma separated list inside a matrix cell. You would have to create such a list in code and drop this computed field to the body cell.
Random Solutions
SSIS Data Massage/Concatenation??
Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call.
Two DHCP Servers on one network
ApplyFilter based on multiple criteria selected from combo boxes...
Can't copy mscal.ocx file in Windows\system32
How do i import data from Visual FoxPro 6.0 DB to Access 2003 with VBA
Windows 2000 Server strange shutdown/startup problem
Rounding question
Problem (AGAIN) Data Type Mismatch in criteria expression
Hex2Dec does not work in Excel Function ... make Functions visible to other spreadsheets.