Code to Check If No Row Created in a of Data Table, Close the Data Table
I am creating a list data table subset from a main data table. Then, I manipulate the data through Tabulate() and make into the table for processing. Then, check each of the data table N Rows, if N Rows = 0, close the data table. Finally, append the data table into the report. Below is my script. The problem is after I add in below codes, to check the N Rows, it no longer work. No error show up.I
...