How to display the name of the column form table ?

How to display the name of the column form table ?

chakib_m2
Not applicable
225 Views
1 Reply
Message 1 of 2

How to display the name of the column form table ?

chakib_m2
Not applicable

[ FlexSim 22.0.0 ]

Hello,

I want to print or display the name of the column, for use it as lable of the product.

I have table of presence rate of default in specific product, and i want to display the type of default present in the product.

Thanks,


0 Likes
Accepted solutions (1)
226 Views
1 Reply
Reply (1)
Message 2 of 2

FelixMoehlmann
Collaborator
Collaborator
Accepted solution
Table("tableName").getColHeader(n)

returns the name of the of the n-th column of the global table "tableName".