Hi Harry,
Kindly use the method “getCalcChildMembers” to fetch the members of a specific hierarchy level from server. Here, you should pass below parameters as follows,
- dataSourceSettings
- level unique name of the specific hierarchy
Follow below code example.
Code Example:
button.element.onclick = function () {
fieldlistObj.olapEngineModule.getCalcChildMembers(fieldlistObj.dataSourceSettings, "[Date].[Fiscal].[Date]");
console.log(fieldlistObj.olapEngineModule.calcChildMembers);
}; |
Meanwhile, we have prepared sample for your reference.
Please let us know if any concerns.
Regards,
Sivamathi.