JSL - Find % of missing data
I have a data table with 3 columnsI need to create a table showing % of missing data in the HEIGHT column grouped by ID and SUB_ID. In the case above the result should be: But it is possible in some cases that there are no rows with missing data. In that case Percent Missing should be 0. I need help in writing a JSL script for this. I will appreciate any guidance. I have three issues in my script ...