Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add get_edges_under_consolidation function #915

Closed
MariusWirtz opened this issue May 8, 2023 · 0 comments · Fixed by #927
Closed

Add get_edges_under_consolidation function #915

MariusWirtz opened this issue May 8, 2023 · 0 comments · Fixed by #927

Comments

@MariusWirtz
Copy link
Collaborator

Similar to get get_members_under_consolidation this function should return all edges under a consolidation.

E.g.

from TM1py import TM1Service

with TM1Service(address="", port=8010, ssl=True, user="admin", password="apple") as tm1:

    edges = tm1.elements.get_edges_under_consolidation(
        dimension_name="Region", 
        hierarchy_name="Region", 
        element_name="Europe",
        recursive=True)
MariusWirtz added a commit that referenced this issue Jun 6, 2023
Useful when synchronizing sub hierarchies between instances

Fixes #915
MariusWirtz added a commit that referenced this issue Jun 7, 2023
Useful when synchronizing sub hierarchies between instances

Fixes #915
MariusWirtz added a commit that referenced this issue Jun 7, 2023
Useful when synchronizing sub hierarchies between instances

Fixes #915
MariusWirtz added a commit that referenced this issue Jun 7, 2023
MariusWirtz added a commit that referenced this issue Jun 7, 2023
Useful when synchronizing sub hierarchies between instances

Fixes #915
MariusWirtz added a commit that referenced this issue Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant