You can't add a filter like that - what you need to do is change the format expression to only display when a certain criteria is met.
For example:
if(cnt_hands > 100, format_number((cnt_vpip / cnt_hands) * 100, 0, false, false, '')
would do it. Please see
this tutorial for further explanation on how to work with these expressions.