xfgethelp
2 days agoNew Contributor II
Create dynamic members using api.ReadDynamicDimensionInfo
Hi,
I'm trying to create dynamic members within a dimension using api.ReadDynamicDimensionInfo.
I created a custom table within application database. When the service runs, it creates members under the root member even when I pass the "Parent" member's name. Also, the aggregation weight is being set to 0 even when I've passed numerical values.
Table:
Dimension Library: I want the members to be created under "All_Customers"
Code:
It works when I use - CreateAndAddrelationships but not with the api mentioned above. Am I doing something incorrect?