cancel
Showing results for 
Search instead for 
Did you mean: 

SAC Modeler - load data into a model - defines blank as '<root>'

Eladtayarr
Explorer
0 Kudos
204

In SAP Analytics Cloud (SAC) Modeler, whenever I load data into a model from an Excel file that includes blank values in a certain column, the system automatically defines everything that is blank as '<root>' in the hierarchy.
Is there a way to disable this?
So that blank values appear as they are (for example, an empty cell or another value I define) instead of creating the '<root>' entry in the hierarchy.

Any guidance or suggestions would be greatly appreciated!

 

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

It's a current limitation. One workaround: split data load into two jobs: 

  1. Job 1 with data having parent member value for that hierarchy, map the column to hierarchy property 
  2. Job 2 with data having parent member empty, DON"T map hierarchy property in this case. 
Eladtayarr
Explorer
0 Kudos
Thank you so much for your help!