How to identify the row number from the productivity table by product type

How to identify the row number from the productivity table by product type

Aleksey_KovalenkoLMTB6
Contributor Contributor
10 Views
3 Replies
Message 1 of 4

How to identify the row number from the productivity table by product type

Aleksey_KovalenkoLMTB6
Contributor
Contributor

[ FlexSim 25.0.1 ]

I wrote this request in Assign Labels:

Table("FL_CycleTime")

[6]

but it gives a syntax error

0 Likes
Replies (3)
Message 2 of 4

moehlmann_fe
Observer
Observer
Accepted solution

Theres an extra space at the end of the second table name string. That is likely the issue if you copied the expression one-to-one to your post.

You can also use getValueByKey to shorten the expression. It does the same (get the row number, then read a different value from that row) but in a single function.

0 Likes
Message 3 of 4

Aleksey_KovalenkoLMTB6
Contributor
Contributor

Dear Felix! Thank you for your support! It works!

0 Likes
Message 4 of 4

logan_gold
Community Manager
Community Manager

Hi @Oleksii, was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes