Hi,
I am trying to use hierarchy method in custom chart widget, with some function (as per the example), and it only returns one value, without adding.
I have copied and pasted the example on the documentation:
var hierarchy = datastore.hierarchy({'levels':['QUARTER','PRODUCT_FAMILY'],'measures': {'UNIT_SALES':'SUM'}})
Should I apply something different?
Thanks!