Is there a way to display label values as text in process flow? For example I have assigned labels to the condition of the blade surface, the square meters of thin gelcoat, and meters of cracks based on a random distribution. Then I add and multiply those labels by some constants to get a label "totalManHours". Is there a way to display this label in the process flow pane? Also how can I check what the value of the label is? I tried using the script and the command getlabel(current, "totalManHours") but it returns 0. I also tried finding the value in the Tree, but no luck.