M
Mike
Hi all
I've a query that shows something like this:
Field1 Field2
A 1
A 7
A 8
A 4
B 5
B 6
B 2
B 3
etc
And I want to make something like:
A 1 7 8 4
B 5 6 2 3
etc
The idea is to create (later) some fields in a report that will say:
Unit: A Data: 1,7,8,4
Unit: B Data: 5,6,2,3
etc
I tried the crosstab query, but I end with something like:
1 2 3 4 5 6 7 8
A x x x x
B x x x x
Where 'x' is some value dependant on the grouping function.
Taking into account that reality is a lot more complicated (not only A
and B, and hundreds of different data values for each), I'm really at a
loss on how to proceed.
Any hints are appreciated!
Thank you in advance.
Kind regards,
I've a query that shows something like this:
Field1 Field2
A 1
A 7
A 8
A 4
B 5
B 6
B 2
B 3
etc
And I want to make something like:
A 1 7 8 4
B 5 6 2 3
etc
The idea is to create (later) some fields in a report that will say:
Unit: A Data: 1,7,8,4
Unit: B Data: 5,6,2,3
etc
I tried the crosstab query, but I end with something like:
1 2 3 4 5 6 7 8
A x x x x
B x x x x
Where 'x' is some value dependant on the grouping function.
Taking into account that reality is a lot more complicated (not only A
and B, and hundreds of different data values for each), I'm really at a
loss on how to proceed.
Any hints are appreciated!
Thank you in advance.
Kind regards,