Zeros for null data

For months with no sales, I would like to see a zero in my results rather than a blank. Is there a way to turn this on?


cherij :us: (BOB member since 2006-08-10)

You can use either an alerter, or an If statement (e.g., =If(IsNull([object]) then 0 else [object]))


sredden1 :us: (BOB member since 2011-06-09)

Hi,

It’s been discussed just yesterday:

Have you tried searching the forum before posting?


Marek Chladny :slovakia: (BOB member since 2003-11-27)

Yeah, actually I did search for my topic under Web Intelligence XI and nothing came up. Maybe you should try the search before making snide remarks.


cherij :us: (BOB member since 2006-08-10)

Yes. I tried. Searching in the WebIntelligence XI forum with the keywords “zero” and “null” found me also the topic that I linked to.

Asking members to use search before posting is not a snide remark.


Marek Chladny :slovakia: (BOB member since 2003-11-27)

Just add a zero to the formula:

=[Metric]+0

Hafsolace :estonia: (BOB member since 2010-08-27)

Excellent hint, seems to work! 8)


triangulum :switzerland: (BOB member since 2011-10-21)