I am having the hardest time accomplishing what should be a simple task.
I have a series of contracts with start and end dates, a contract number and a customer's name. I would like to Group By the contract number and display the contract number, end date and customer's name. I would like each field to be displayed in the same column as the sub table. How do I do this?
I would also like sorting to be applied to the Group By items. Any ideas?
I have a series of contracts with start and end dates, a contract number and a customer's name. I would like to Group By the contract number and display the contract number, end date and customer's name. I would like each field to be displayed in the same column as the sub table. How do I do this?
I would also like sorting to be applied to the Group By items. Any ideas?