4 weeks ago
Hello everyone,
I have a question: is it possible to create hierarchies in SAP Analytics Cloud automatically from an Excel file?
For example, I have economic codes like D01.01.01 and D01.01.01.02, and I’d like to create a parent node called D01, and similarly for D02, etc. I’m currently doing this manually, but when the file has around 4000 lines, it becomes unmanageable.
Is there a way to create these hierarchies automatically in SAP Analytics Cloud?
Thanks in advance,
GAnjos
Request clarification before answering.
As William said, while loading the file, in data wrangling create a Parent ID column and then just take 3 characters from the left of the ID column. If you have sublevels like D01.01 as parent of D01.01.01.02 then you can use IF along with LENGTH() to check length and then either read 3 or 6 characters for parent column. But if its always D01 for all members starting with D01 then below should work.
Hope this helps !!
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
74 | |
30 | |
9 | |
7 | |
7 | |
6 | |
6 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.