% if (field) { %> >
<%- field.get("is_exact") ? "" : ">" %><%- field.get("distinct_count") %> <%- (field.get("distinct_count")>1) ? _("Values").t(): _("Value").t() %>, <%= i18n.format_percent(summary.frequency(field.get('name'))) %> <%- _("of events").t() %>
| <%- _("Average over time").t() %> | <%- _("Maximum value over time").t() %> | <%- _("Minimum value over time").t() %> | |
| <%- _("Top values").t() %> | <%- _("Top values by time").t() %> | <%- _("Rare values").t() %> | |
| <%- _("Events with this field").t() %> | |||
|
|||
| <%- _("Top 10 Values").t() %> | <% } else { %><%- _("Values").t() %> | <% } %><%- _("Count").t() %> | % | ||
|---|---|---|---|---|---|
| <%- mode.value %> | <%- format_decimal(mode.count || -1) %> | <% percent = mode.count/field.get('count') %> <% if (modes_len > 1) { %><%- format_percent(percent) %> | <% } else { %> | <%- format_percent(percent) %> | <% } %>|