Getting surface treatments listed by parts into report

Tekla Structures
Not version-specific
Tekla Structures
surface treatment
report
Environment
Not environment-specific
Question:

How can I get surface treatments listed by parts into report?

Answer:

Create a Part row with this formula
if NextValue("CONTENTTYPE") == "SURFACING" then
Output()
else
StepOver()
endif
and have a child SURFACING row under it.
Was this helpful?