Hi @bknott,
Yes, the subnm returns just the element name. As for getting attributes, you can pick from:
- tm1-ui-element
- tm1-ui-dbra
- Or through the $tm1Ui service as follows,
$tm1Ui.attributeGet(instance, dimension, element, attribute);
–
Paul
Hi @bknott,
Yes, the subnm returns just the element name. As for getting attributes, you can pick from:
$tm1Ui.attributeGet(instance, dimension, element, attribute);
–
Paul