
Not applicable
2015-09-23
02:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Gauge question
Hi guys,
Can you help me with this? I've created a gauge that includes a 0-5 rating. However, I'd like to exclude the 0 ratings in the average? How do I do it? Thanks
- Tags:
- gauge
- gauge setting
544 Views
4 Replies


Partner - Master III
2015-09-23
02:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi
you can use
avg({<Humorrating={">0"}>}Humorrating)

Not applicable
2015-09-23
03:04 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Perfekt thanks alot
414 Views

Partner - Creator
2015-09-23
03:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
or avg(if(Humorrating>0,Humorrating))


Partner - Master III
2015-09-23
03:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
great it helps
please mark the discussion answered so other people will know
