C
cjg.groups
Hello, is it possible to do a directory merge where each column is a
complete record from the data source, and each row is a field? This
would effectively merge the data across the screen instead of down.
For example:
Each column is a product. Each row is an attribute of the product.
Product 1 Product 2 Product 3
Shape Round Square Triangle
Color White Blue Green
Size Big Small Big
This table design is needed because the data field names are long,
making them fit better as row headers. And there are few records, so
the table will not extend beyond the right side of the page.
Thanks.
complete record from the data source, and each row is a field? This
would effectively merge the data across the screen instead of down.
For example:
Each column is a product. Each row is an attribute of the product.
Product 1 Product 2 Product 3
Shape Round Square Triangle
Color White Blue Green
Size Big Small Big
This table design is needed because the data field names are long,
making them fit better as row headers. And there are few records, so
the table will not extend beyond the right side of the page.
Thanks.