question

Ankur A3 avatar image
0 Likes"
Ankur A3 asked Ankur A3 commented

Parameter Value Using Global Table?

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!

FlexSim 21.0.10
global tableexcelimportgroup count
1657698789678.png (33.7 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Ankur A3 commented

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).

· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Ankur A3 avatar image Ankur A3 commented ·
Thank you! @Felix Möhlmann

Sure.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.