R
rbm
I'm sure that I am missing something fundamental, but I am stumped. I have a
table with rows of data like the following:
Set1, N1a, N1b, N2a, N2b, N3a, N3b, N4a, N4b, ...
Set2, N1a, N1b, N2a, N2b, N3a, N3b, N4a, N4b, ...
Set3, N1a, N1b, N2a, N2b, N3a, N3b, N4a, N4b, ...
etc.
Each "set" has several attributes that I need to group in a report. The
report needs to be based on a query that formats that data like this:
Set1, N1a, N1b
Set1, N2a, N2b
Set1, N3a, N3b
Set1, N4a, N4b
Set2, N1a, N1b
Set2, N2a, N2b
Set2, N3a, N3b
Set2, N4a, N4b
Set3, N1a, N1b
Set3, N2a, N2b
Set3, N3a, N3b
Set3, N4a, N4b
Short of running a make-table query and using that table as the source for
the report, I can't figure it out. The reason I don't want to use
make-table/append queries is because of the overhead it uses (database bloat)
and because the data may change between running reports. Any ideas??
Thanks in advance.
table with rows of data like the following:
Set1, N1a, N1b, N2a, N2b, N3a, N3b, N4a, N4b, ...
Set2, N1a, N1b, N2a, N2b, N3a, N3b, N4a, N4b, ...
Set3, N1a, N1b, N2a, N2b, N3a, N3b, N4a, N4b, ...
etc.
Each "set" has several attributes that I need to group in a report. The
report needs to be based on a query that formats that data like this:
Set1, N1a, N1b
Set1, N2a, N2b
Set1, N3a, N3b
Set1, N4a, N4b
Set2, N1a, N1b
Set2, N2a, N2b
Set2, N3a, N3b
Set2, N4a, N4b
Set3, N1a, N1b
Set3, N2a, N2b
Set3, N3a, N3b
Set3, N4a, N4b
Short of running a make-table query and using that table as the source for
the report, I can't figure it out. The reason I don't want to use
make-table/append queries is because of the overhead it uses (database bloat)
and because the data may change between running reports. Any ideas??
Thanks in advance.