The simple answer is yes - because of Stardraw A/V's flexible architecture you have complete control over the attributes used to define your cables and the way in which these attributes are reported.
In this specific example you could either use existing default attributes e.g. CS_From & CS_To, or define your own attributes. You could then modify an exsting report template, or create your own, to arrange these attribute values in any way you see fit.
Load up the attached drawing in Stardraw A/V and run the Cable + Connection Schedule report - this will show how cable attributes can be output. In the report you will notice that columns E and G use Excel's Concatenate function to incorporate multiple attribute values in a single cell. By editing the function you could include line breaks (include "char(10)" without apostrophes - note that the cell must allow text wrap; select Format | Cells, go to the alignment tab and check Wrap Text). So, for example, you could insert a cell into the report that gives Cable Number, From and To on separate lines using the following function:
=CONCATENATE(A3, CHAR(10),D3,CHAR(10),G3)
For the label at the other end you would simply insert another column and reverse From and To thus:
=CONCATENATE(A3, CHAR(10),G3,CHAR(10),D3)
For more information on customizing reports please see:
http://www.stardraw.com/products/stardrawav/FAQ.asp?FAQ=RA001
Kind regards,
Rob Robinson
Stardraw.com