cancel
Showing results for 
Search instead for 
Did you mean: 

SAC - Data Actions - Copy Data between 2 Hierarchies (Parent to leaf)

Nono
Explorer
0 Kudos
145

Dear Gurus,

I have a question regarding copying data in SAC between 2 Hierarchies

I have 2 Hierarchies: 1 at Family level and the second one at articles level for example

I was wondering if it is possible through a data action to copy value from my parent of Hierarchy 1 to the leaf of hierarchy 2 ( Article is the leaf level of the hierarchy 2)

I know with properties it is possible but i was wondering if we could manage the copy by playing with config.hierarchy and a specific syntax in my DATA()=RESULTLOOKUP()

Regards

Julien

Nono_0-1745509259470.png

 

View Entire Topic
William_Yu
Product and Topic Expert
Product and Topic Expert
0 Kudos

Maybe you can first to try this statement: 

CONFIG.HIERARCHY.INCLUDE_MEMBERS_NOT_IN_HIERARCHY = [d/Audit]

Another option, would be to have third hierarchy which contains all leaf nodes. 

Nono
Explorer
0 Kudos
Thx wiliam !!