03-24-2017 11:32 PM
Hello, just trying to get a quick solution here for my report.
How can I, with labview, in the attached doc, go to the dropdown table in this doc and make any selection I need. for example we have 4 selection here: Pass, Fail , not applicable and not tested. How don I call the document in Labview and I select the item needed?
Thanks for your quick help.
Solved! Go to Solution.
03-25-2017 07:59 AM
agyna a écrit :
Hello, just trying to get a quick solution here for my report.
How can I, with labview, in the attached doc, go to the dropdown table in this doc and make any selection I need. for example we have 4 selection here: Pass, Fail , not applicable and not tested. How don I call the document in Labview and I select the item needed?
Thanks for your quick help.
You actually have 5 selection, the first one is "Choose an item." and what you have is a Content Control located in a Table cell.
This is how you can do this:
Ben64
03-25-2017 10:51 AM
Perfect. Works fine. Thanks a lot.