by kraada » Mon Dec 19, 2011 4:47 pm
You could set something up like this using a custom stat. In the Configure --> Statistics window, duplicate the stat you want and rename the stat to something appropriate.
In the Format Type box choose "Expression". Use the expression:
if (___column___ < 10, 'X', format_number( this,0,false,false))
Replace "___column___" with the opportunities column shown above in the value expression (the one under the /). Then you'll see an X instead of your stat value if there are fewer than 10 opportunities. Feel free to replace 'X' with ' ' if you want a space or something else - and change 10 to whatever you prefer.