Stop Summary in the middle of Hierarchy List

 

I have this type of List.

ALLRegionCountry
WorldEuropeFrance
  German
 AsiaChina
  Japan

 

I want to Sum Lineitem by only Region not All, Like this Table.

 

ListLineitem(None)Lineitem(Sum)Ideal
World 40
Europe 22
France111
German111
Asia 22
China111
Japan111

 

By calculating this table, I can filter Country List by Ideal Lineitem.

How can I stop the summary? 

 

Best Answer

Answers

  • @hyudolee 

     

    What is it that you are trying to achieve? If it is about hiding World list item then right click on the module and you can choose "Select Levels to show" and uncheck the "L1 World List"

     

    Misbah

  • Hi, @kevin.cho !

    Thanks for replay!

     

    I read this article, and this is what I wanted to do! 

    I could solve this problem.

     

    Thank you!