I’m trying to use a VizyDrop Color Rule to visualize the relative count of records in each group created by the BINS
function.
BINS
is generating its groups for a field SUM
, but I’m interested in showing the count of records in each BIN
, not the field SUM
s of the records in each BIN
.
Here’s what does work: the X-axis shows the SUM()
of the [Call Duration (in seconds)]
field, which is the total duration of one salesperson’s calls records:
This Color rule uses BINS
to show the relative subtotals of the various ranges of call durations:
I’d like to create a variation where the X-axis shows the COUNT
of Call records instead of the SUM
of Call durations, and the BINS. I still want BINS
to group the records by Call-duration as before, but now I want the X-axis and the BIN lengths to show record-counts (how many records are in each BIN).
Is this possible?