Is there a way to set a condition on measure level?

e.x:

      <Dimension name="All Locations">
         <Hierarchy hasAll="true" allMemberName="Locations" primaryKey="ID">
           <Table name="report1"/>
           <Level name="location1" column="location1" uniqueMembers="true"/>
           <Level name="location2" column="location2" uniqueMembers="true"/>
           <Level name="location3" column="location3" uniqueMembers="true"/>
         </Hierarchy>
      </Dimension>

I want to hide level of "location3" if the value is null.

How can i do that?

Thanks in Advance

link|improve this question

27% accept rate
I solved it by using : "hideMemberIf" Attribute – Ali Aug 2 '11 at 12:51
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.