Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Help in Drill down of chart

Hi,

 

    I was trying to create Drill down group for trend please find the excel sheet for dimension that i want include to groups and drill down.....

1 level----International, Domestic, ABC, JKl

if we click international and immediate next level is ABC,DEF,GHI  and if we cick ABC next level is CAD and xyz........etc as well as for domestic also

  i was trying below expression for 1st level but its not working

=if(match(GROUP1,'International','Domestic'),GROUP1) and if(match(GROUP,'ABC','JkI'),GROUP)

attached sample app also

1 Solution

Accepted Solutions
jagan
Luminary Alumni
Luminary Alumni

Hi Anil,

PFA file.

Regards,

Jagan.

View solution in original post

7 Replies
jagan
Luminary Alumni
Luminary Alumni

Hi Anil,

PFA file.

Regards,

Jagan.

Not applicable
Author

I see that you have created a 'Drill Down' group which has

1. Calculated Item

2. Group

3. Make

If you use 'Group1' instead of the 'Calculated Item' you will still be getting the drill down right?

Eg.,

International -> ABC -> CAD

Am I missing someting, can you please explain in detail your requirement if it is different?

Not applicable
Author

Yes its different in drill down i want 1 level as like this International, Domestic, ABC, JKl if we drill down on any one we need next level....

here the problem is International and Domestc from one dimension and ABC and JKI are from another dimension, so how can we get these 4 values as 1st level in drill down group.

Not applicable
Author

Here you go:

Level1:

Level1.jpg

Level2 (when I selected ABC):

Level2.jpg

Level2 (when I select International):

Level3.jpg

Sample file attached.

Not applicable
Author

Thnx for your replay, actually this is good but in 1st level i want to diplay only these values International, Domestic, ABC, JKl.

i.e.  International, Domestic from GROUP1 Dimension

       ABC. JKL from GROUP Dimension, how to restrict the if condition here..

Not applicable
Author

In the drill down group for the first calculated item use:

=If(NUMBER=1,Group1,If((NUMBER=2) and (Group='ABC' or Group = 'JKL'),Group))

or

=If(NUMBER=1,Group1,If((NUMBER=2) and Match(Group,'ABC','JKL'),Group))

jagan
Luminary Alumni
Luminary Alumni

Hi Anil,

PFA file.

Regards,

Jagan.