hexagon logo

Geometric Tolerance Report Labels - Individual Axis Extraction

The new GEOTOL_SUMMARY label uses the following code on a repeating row to generate the axes on the report - =TOLEXT(REPORT_LABEL_AXIS:N,DIM_OUTTOL:N,"SEG=1",0.0,0.0)

I'm attempting to create a custom report label that separates each axis into it's own row, similar to the old SUMMARY.LBL label. The issue is that the REPORT_LABEL_AXIS seems to be an array of axes, including one for TP. Does anybody know of the proper syntax (if available) to pull the contents out of REPORT_LABEL_AXIS one by one? I've attempted things like

REPORT_LABEL_AXIS:N[1]
REPORT_LABEL_AXIS:N{1}
REPORT_LABEL_AXIS[1]:N

I've tried various integers in each configuration. Interestingly, I can set the row repeat expression to =COUNT(REPORT_LABEL_AXIS) - 1 and it repeats the row one time for each axis (not including the TP axis, hence the "- 1"). Thus, REPORT_LABEL_AXIS surely contains each axis as a countable item.

Also, Don Ruggieri perhaps you would know why the help files haven't been updated to include definitions for new functions on the reporting side. For example, there is no definition for TOLEXT and REPORT_LABEL_AXIS.
Parents Reply Children
  • Thank you I think what I'm trying to do is a bit different. I am recreating the SUMMARY.LBL report label to mimic older XactMeasure reports. I don't care for the appearance of the new GEOTOL_SUMMARY label and the spacing of the contents is a bit odd. When trying to center the data within the label, things don't appear centered. All of my coding is being done through the Label Template Editor.