Hello Folks!
Am trying to set status flags for a entire table result based on a single column. Below is an example. I wanted to build out a record say Table_status_check which should state success or require rerun based on the overall nature /contents of the Summary_check column in the below table irrespective of the number of records I have in this grid.
Input:
Example 1:

Example: 2

Output:
Example 1:
Table_status_check
Error in results
Example 2:
Table_status_check
No errors in results.
Looks simple but misleading for me.
Need some help!