Wednesday, March 7, 2012

Matrix - Create two rows in a matrix

Hello.
I hope to explain myself well - I want to make a matrix with two rows.
Lats say my data is this:
I hava a list of months and in every month I have a number of pepole
and there age.
How can I show this in a matrix?
It need to be in a matrix since I need the columns to expand acording
to the month but I don't know how to create two diffrent rows in my
matrix.
The data should look like this:
10/06 11/06 12/06 01/07 02/07 03/7
04/07 ....
num 5 1 2 5 4
5 7 ....
age 16.1 25 18.5 14.8 25.5
20.5 18.5 ....
Thanks for any help.On Nov 26, 7:18 am, nicknack <roezo...@.gmail.com> wrote:
> Hello.
> I hope to explain myself well - I want to make a matrix with two rows.
> Lats say my data is this:
> I hava a list of months and in every month I have a number of pepole
> and there age.
> How can I show this in a matrix?
> It need to be in a matrix since I need the columns to expand acording
> to the month but I don't know how to create two diffrent rows in my
> matrix.
> The data should look like this:
> 10/06 11/06 12/06 01/07 02/07 03/7 04/07 ....
> num 5 1 2 5 4 5 7 ....
> age 16.1 25 18.5 14.8 25.5 20.5 18.5 ....
> Thanks for any help.
Right-click on the Details section of the matrix, and go to Add Row.
Drag your second DataSet field into this new area. It will
automatically create the "num" and "age" row titles as a new static
Group, and these can be renamed like any other field.
-- Scott|||Hi Scott,
Thanks for the help.
Thats exactly what I needed.
I was sure, for some reason that this option will add another group
and not another simple row.
Thanks again,
Roy.
On 26 =D7=A0=D7=95=D7=91=D7=9E=D7=91=D7=A8, 21:33, Orne <polysilly...@.yahoo.=com> wrote:
> On Nov 26, 7:18 am, nicknack <roezo...@.gmail.com> wrote:
>
> > Hello.
> > I hope to explain myself well - I want to make a matrix with two rows.
> > Lats say my data is this:
> > I hava a list of months and in every month I have a number of pepole
> > and there age.
> > How can I show this in a matrix?
> > It need to be in a matrix since I need the columns to expand acording
> > to the month but I don't know how to create two diffrent rows in my
> > matrix.
> > The data should look like this:
> > 10/06 11/06 12/06 01/07 02/07 03/7 04/07= ....
> > num 5 1 2 5 4 5 = 7 ....
> > age 16.1 25 18.5 14.8 25.5 20.5 =18.5 ....
> > Thanks for any help.
> Right-click on the Details section of the matrix, and go to Add Row.
> Drag your second DataSet field into this new area. It will
> automatically create the "num" and "age" row titles as a new static
> Group, and these can be renamed like any other field.
> -- Scott

No comments:

Post a Comment