7

I have some attributes that I am using to build hierarchies....(go figure).....after these attributes have been included in the hierarchy due to the change that I have made in their key columns they are no longer of use to an end user. If that doesn't make sense you probably don't know the answer to this question. (basically it splices the data by key columns included)

Deduplicator
  • 44,692
  • 7
  • 66
  • 118
Bill Blankenship
  • 3,316
  • 6
  • 43
  • 73

2 Answers2

9

Go to dimension tab, right click on your attribute. Set the attributehierarchyvisible to false. This will stop your attribute from being visible to your enduser and it will not be seen in the cubebrowser either.

Bill Blankenship
  • 3,316
  • 6
  • 43
  • 73
0

go to the attribute properties and there make AttributeHierarchyVisible to false. this will hide the attribute but you can still use it in defining hierarchy. but by any chance if you want get rid of an attribute, if you want to stop using an attribute in hierarrchy and in MDX query,then make AttributeHierarchyEnablr to False.

Sanjay
  • 3
  • 2