I am getting an error
[BUILDER_UNEXPECTED_ERROR] Parent/Child View 'Dim_Parent_Child' without a single root member, at least one root member is mandatory. A Root member is defined with PARENT_ID = NULL or PARENT_ID = ID. location:
Please suggest me to how to define Root member with PARENT_ID = NULL
or PARENT_ID = ID
for Parent/Child
Dimensions
One more thing, It is working fine with Full Load but raising error during incremental load. The definition of this view (sorting Columns) is (ID, Parent). I am using below table data as input to this "sort" view
ID,Name,Parent
0,Base,NULL
1,Customer Y,18
2,Funding Y,24
3,Credit Risk Sprd,22
4,Liquidity Sprd,24
5,Option Sprd,24
6,Funding Sprd,24
7,Custom Sprd,24
8,Early Termination Adjust,22
9,Risk Free Rate,19
18,Commercial ,22
19,Funding Center ,0
22,PC Contribution,0
23,Transfer Price PC,18
24,Transfer Price,19
25,Product Sprd,24