Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view

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!

Environment 8.0.19
in Cockpit, Dashboard and Console by (1.2k points)

Please log in or register to answer this question.

...