Luke Rosiak
unread,Apr 16, 2012, 9:52:55 PM4/16/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SIMILE Widgets
Is there a version of the list facet that shows the sum of a numeric
attribute in a set of items rather than, or in addition to, the number
of times an item appears?
So if I had a collection:
[{course},{price},
'appetizer',5,
'appetizer,7,
'entree','20',
'entree','30']
The facet would look like:
(50) Entree
(12) Appetizer
instead of
(2) Entree
(2) Appetizer