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
  • hi,

    I'm just surprised that my standard hexagon label for geo-tolerances called "GEOTOL_SUMMARY" looks completely different from yours and I don't have any spaceing problems either Are you sure someone hasn't edited this before you?

    anyway:
    "REPORT_LABEL_AXIS" always seems to be one line. And you can't separate them that easily. At least I'm stuck in the same place as you Slight smile

    "=TOLEXT" was originally the command "=TOL" the EXT was added to make room for the command "SEG=1".
    Otherwise, as far as I can see, the command behaves like "=TOL" and you can find this command in the help file.​
  • so it comes down to good old string parsing again, too bad but maybe you can fit it all into one cell
Reply Children
No Data