09-19-2014 04:46 AM
09-19-2014 04:50 AM - edited 09-19-2014 05:07 AM
Read 1st Column & Check for 1. If it is matching then takeout that index to read row & Build your array..
09-19-2014 07:21 AM
Building on the previous solution I have another implementation for you to try:
You can right click on your output tunnnel of the For loop and select Tunnel Mode » Conditional (make sure Indexing is also checked).This will now only add lines to the table if the boolean input is true. In this case if the first element of the row is equal to "1".