Dashboard Charting Problem
Comments
-
I generally use an IF statement for this...
IF(original formula > 0, original formula, "")
This says that if the returned result from my formula is greater than zero, display the returned result, otherwise leave blank.
-
I did this and the formula worked, but my chart widget in the dashboard is still displaying the blanks. Any ideas?