Hey all, currently I need to ensure that the number of rows after filtering isn’t zero.
This is what I’m currently doing and it works… but slowly (Due to the amount of rows). It takes about 4ish min to run just this if statement, and I need to do about 20 if statements! Any quicker ways to do so?