Hi all,
I have a labview vi for an automated test. The last part of it stores the result of each part of the test in an excel spreadsheet. Throughout the vi, I am adding the results (field name and result value) in a 1d array and then sorting it into 2d array with multiple rows and 2 columns in the vi shown below.
With least number of changes, I want to be able to add a feature wherein I can check if the result for any field name is empty or not. For example if the field name is software. Check the column to the right and if the cell is empty then flag it as a fail in the consecutive case structure.
I have added features wherein I am checking for number of rows and columns to make sure no cell is empty. I want to make this feature more robust wherein I am able to check each row and see if the column next to it which contains the result is empty or not.
I want to add this feature in the first part of the horizontal frame so that if I catch for an empty cell, I will be able to store the result document in the fail folder.
Thank you for your reply.