hexagon logo

help

Hello

I have created a small report template, just to make a try. This one has a table (1 column, 2 rows) and a TextReportObject1

The script just has a couple of comments. What I want is those comments appearing in the table cells.

ARRANQUE =ALINEACIÓN/INICIO,RECUPERAR:,LISTA=SI
ALINEACIÓN/FIN
MODO/MANUAL
PRECONT/ 3
RETRACTAR/ 3
REVISAR/ 10,1
VELMOV/ 85
VELTOQUE/ 1
FLY/ACT,3
FORMATO/TEXTO,OPCIONES, ,ENCABEZADOS,SÍMBOLOS, ;NOM,TOL,MED,DEV,FUERATOL, ,
CARGARSONDA/TRID003709
PUNTA/T1A0B0, VASTAGOIJK=0, 0, 1, ÁNGULO=90
COMENTARIO/INFORME, "JULIO"
COMENTARIO/INFORME, "ALVAREZ"

Table from report template:

Cell 1-1 "=COMMENT_FIELD "
Cell 1-2 "=COMMENT_FIELD "

The result in the report after execution is:

Cell 1-1 ALVAREZ
Cell 1-2 ALVAREZ

Thanks