I'd like to have an Hud item property "don't display if opportunities < X"
A corresponding format expression looks like this f.e.:
if( cnt_pfr_opp < 100,'-',format_number((this,0,false,false))
I don't like to see unsure stats in the Hud, so it's better not to see them if the sample size is to low.
