Supplier 1/ Status: (string)
Item 1: Unit Price, Total Price
Item 2: Unit Price, Total Price


Supplier 2/ Status: (string)
Item 1: Unit Price, Total Price
Item 2: Unit Price, Total Price


Supplier 3/ Status: (string)
Item 1: Unit Price, Total Price
Item 2: Unit Price, Total Price


That was basically the contents of my table, and I want it to display horizontally (the suppliers as main column; unit price, total price as sub-columns, then Status of the Supplier as an additional column after) crossed with the items on the side as rows. While the Crystal Reports can display numericals and I can suppress the price total and grand totals since it was unneeded, I am having a hard time to display the status. I've seen suggestions on the web like GridRowColumnValue(row or column name, index) here or here but it wasn't really clear to me how could I apply such code to my problem/