Count dimension members in a chart and write the count to a text box

var text = 'top ' + ConvertUtils.numberToString( Chart_1.getDataSource().getResultSet().length);
Text_1.applyText(text);
Code language: JavaScript (javascript)
Scroll to Top