Parameter Value Using Global Table?

Parameter Value Using Global Table?

rajankur6494
Advocate Advocate
14 Views
2 Replies
Message 1 of 3

Parameter Value Using Global Table?

rajankur6494
Advocate
Advocate

[ FlexSim 21.0.10 ]

Hi Team,

I am trying to enter group member count using global table input as below:

1657698789678.png

I am facing some errors. It seems I can't enter value from global table.

If it is not possible, what is the best way to import group count from excel?

Thank you!

0 Likes
Accepted solutions (1)
15 Views
2 Replies
Replies (2)
Message 2 of 3

moehlmann_fe
Observer
Observer
Accepted solution

To set the value of a parameter use the following syntax instead.

Model.parameters["ProviderCount"].value = Table("Input")[1][1];

This should work as part of the 'Post Import Code' in the Excel Interface.


In future, if you mention that you are "facing some errors", please attach a screenshot of those (as much information as possible, in general).

0 Likes
Message 3 of 3

rajankur6494
Advocate
Advocate
Thank you! @Felix Möhlmann

Sure.

0 Likes