You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if I'm interpreting this command correctly or it's an issue:
When I use "get_members_under_consolidation", with a max dept of 1, the returned list includes duplicate leaves:
e.g. this consol_ele2 = tm1.elements.get_members_under_consolidation(tempdim, tempdim, "Total", 1, False)
Not sure if I'm interpreting this command correctly or it's an issue:
When I use "get_members_under_consolidation", with a max dept of 1, the returned list includes duplicate leaves:
e.g. this consol_ele2 = tm1.elements.get_members_under_consolidation(tempdim, tempdim, "Total", 1, False)
returns:
['A', 'A1', 'A1', 'A2', 'A2', 'B', 'B1', 'B2', 'B2', 'B3', 'B3', 'C', 'C1', 'C1', 'C2', 'C2', 'D', 'B', 'C']
from the simple dim attached.
Thanks.
The text was updated successfully, but these errors were encountered: