Hi,
How to create a label that is a table like on the screen below? I spend a few hours searching for solutions in Flexsim and on this site but nothing found.
I have tried using this code but it only assigned a temporary table to this label.
Object buffer = model.find("Zal1"); Table Label = Table(buffer.labels.assert("test")); Table("Biny").cloneTo(Label);