Skip to content

Commit

Permalink
add mdx drilldown with level
Browse files Browse the repository at this point in the history
  • Loading branch information
vishn90 authored and MariusWirtz committed Aug 7, 2023
1 parent f2d22db commit fb8dbd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mdxpy/mdx.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,6 @@ class DrillDownLevelHierarchySet(MdxHierarchySet):

def __init__(self, member: Member, level):
super(DrillDownLevelHierarchySet, self).__init__(member.dimension, member.hierarchy)
self.level = level
self.member = member

if level:
Expand Down

0 comments on commit fb8dbd3

Please sign in to comment.