I have a DB with shippers and shipping items. Shipper is a table, shipping items is a related table.
The client wants to have a shippers summary page that shows all the shippers in oneline list type layout layout, which is easy enough, but they also want to see/be able to search the first 3 items in the shipper all in one line. (so columns line up)
I know we can't to horizontal portal rows, is there a way to get around this? maybe via calculated fields?
IE:
Shipper ID, Date, Number of Items, [color:red]Item 1, Item 2, Item 3
Shipper ID, Date, Number of Items, [color:red]Item 1, Item 2, Item 3
Shipper ID, Date, Number of Items, [color:red]Item 1, Item 2, Item 3
Shipper ID, Date, Number of Items, [color:red]Item 1, Item 2, Item 3