| Company | Equip | Time |
| ABC | AC | 12:00 |
| | | 01:00 |
| BAC | FAN | 13:00 |
| | | 14:30 |
| | Light | 15:00 |
| | | 17:00 |
| CAB | FAN | 23:00 |
| | Light | 01:30 |
| | AC | 02:30 |
This my data set where I want the data in word document when using the report text tool there is row gap could you please help me I dont want any row gaps.
The output should be in below format.
ABC
AC
.12:00
.01:00
BAC
FAN
. 13:00
. 14:30
Light
.15:00
.17:00
CAB
FAN
.23:00
Light
.01:30
AC
.02:30