Filling table View with Tag data and writing selection to a tag #2208
Unanswered
RobertMiller-KR2
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can anyone explain how to fill a table with Tag data ? I have a table I need to fill with
Number Name
0 Set value xyz (From Tag_00)
1 Set Value ABC (From Tag_01)
I have about 100 rows to fill and know there has to be a way without having to hardcode each tag and label. but the explanation (video) does not explain this very clearly. I believe I need to define a client side script, that I can call when the View opens, but I don't know how to set the values.
Then How do I set a tag to the value in the Row they selected. When I select row 5 I need to write a 5 to a tag.
Any assistance would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions