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

}bedrock.hier.import issue when importing a parent element #420

Open
lbrowncubewise opened this issue Nov 19, 2024 · 0 comments
Open

}bedrock.hier.import issue when importing a parent element #420

lbrowncubewise opened this issue Nov 19, 2024 · 0 comments
Labels

Comments

@lbrowncubewise
Copy link
Contributor

Describe the bug
When using the }bedrock.hier.import process I can see that where the process looks to create a parent child relationship (prolog line 71) it checks if sVar2 exists within the Leaves hierarchy and skips if true.
In this case sVar2 is the child and could reasonably exist in the Leaves hierarchy, I believe this should check if sVar3 (being the Parent) exists in the Leaves hierarchy as the risk is clear that a N level element would then try to be created as a C.

image

I believe this should be

image

Without this change any structure created will effectively only have C level structure with N levels orphaned.

Version

  • OS: IBM Cloud (SaaS)
  • TM1 Server Version: 11.8.02300.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant