I have the following data.
RecordID |RecValue1 |RecValue2 |RecValue3 |Fields
1072 |130227 |0 | |Document_Number
1072 |1241388 |0 | |Supplier_Number
1072 |20008968 |0 | |Invoice_Number
1072 | |0 |1995-04-21 00:00:00 |Invoice_Date
1072 | |0 |1995-04-23 00:00:00 |Posting_Date
1072 |Invoice |0 | |Document_Type
1072 | |0 |1995-05-12 17:46:32 |Paid_Date
1072 |F609 |0 | |Entry_ID
Is there a way to create a cross table in a view. The Fields column contains the field headings, and each respective field should have its associated value, but with 1 record ID. So in the example RecordID 1072 should be rolled up to one row.