I have an array of account-application with one of the three account-status (new, in-review, complete), I also have a button that should only show if the total number of new and in-review account-applications in the array are more than 20. Basically, the length of the array excluding the applications that set to complete.
I have searched online and tried a few of my own ideas but I am not able to find the right solution. I would be very grateful if you guys could assist.