Hello
I have a report that shows to me the following table :
Company Name Vehicle Number License Date of License
A 2525 25/2/2024
A 6541 26/4/2024
A 6854 24/4/2024
B 4854 06/8/2024
B 6854 04/9/2024
B 8472 06/4/2024
I want a merge of cells under (company name) columns that have duplicated values , so I want the report to be as following:
Company Name Vehicle Number License Date of License
A 2525 25/2/2024
6541 26/4/2024
6854 24/4/2024
B 4854 06/8/2024
6854 04/9/2024
8472 06/4/2024
Is it possible?
I have a report that shows to me the following table :
Company Name Vehicle Number License Date of License
A 2525 25/2/2024
A 6541 26/4/2024
A 6854 24/4/2024
B 4854 06/8/2024
B 6854 04/9/2024
B 8472 06/4/2024
I want a merge of cells under (company name) columns that have duplicated values , so I want the report to be as following:
Company Name Vehicle Number License Date of License
A 2525 25/2/2024
6541 26/4/2024
6854 24/4/2024
B 4854 06/8/2024
6854 04/9/2024
8472 06/4/2024
Is it possible?