I have a report which displays four pieces of information:
Contract
Fund
Bidder
Bid.
Each contract has multiple funds, each fund has multiple bidders, and each bidder has one bid.
I would like to lay out the data for each Contract in a table with Bidder in the Y axis, Fund across the X axis, and the Bids populated at the appropriate intersection of X and Y.
I this possible?
Contract
Fund
Bidder
Bid.
Each contract has multiple funds, each fund has multiple bidders, and each bidder has one bid.
I would like to lay out the data for each Contract in a table with Bidder in the Y axis, Fund across the X axis, and the Bids populated at the appropriate intersection of X and Y.
I this possible?