Skip below lines if a table is empty inside a for loop
Hi, I have the following script which is inside a for loop. I like to continue the loop if table mydt is empty and skip lines below it. I appreciate your help. Thanks-------------------------------------------mydt = Data Table( dt5 ); if((is empty(mydt)), continue()); mydtsummary = Data Table( dt5 ) << Summary( Group( :BoardNo ), Max( :starttime ), statistics column name format( "stat of ...