MDX Error handling tricks
Error List:
Duplication of column value(column is not primary key):
This issue occur due to NULL records. You have to handle NULL records for particular column.
Below are the some properties which you need to set for the attribute:
- On dim property set: UnknownMember = Visible
- On attribute property:Key column Expand -> Null Processing-> handle in your way.
Comments
Post a Comment