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
Describe the bug
calling remove_edges_under_consolidation() doesn't work if the actual element name in the dimension is "Parent1" but the parameter supplied is "parent1" or "Parent 1", etc. although TM1 considers them as same names for an element.
To Reproduce
add a consolidation in a dimension/hierarchy, say Parent1 and add a child under it say Child1
execute the function remove_edges_under_consolidation( dim_name, hierarchy_name, "parent 1" )
Expected behavior Parent1 should not have Child1 under it anymore
Version
TM1py [2.0]
TM1 Server Version: [e.g. 11.8]
The text was updated successfully, but these errors were encountered:
…ubewise-code#1170
Bug fix for issue cubewise-code#1174 added to consider element names with case and space insensitive for remove_edges_under_consolidation()
Feature for cubewise-code#1170 added to allow a list of specific consolidations to unwind
Describe the bug
calling remove_edges_under_consolidation() doesn't work if the actual element name in the dimension is "Parent1" but the parameter supplied is "parent1" or "Parent 1", etc. although TM1 considers them as same names for an element.
To Reproduce
add a consolidation in a dimension/hierarchy, say Parent1 and add a child under it say Child1
execute the function
remove_edges_under_consolidation( dim_name, hierarchy_name, "parent 1" )
Expected behavior
Parent1 should not have Child1 under it anymore
Version
TM1py [2.0]
TM1 Server Version: [e.g. 11.8]
The text was updated successfully, but these errors were encountered: