cancel
Showing results for 
Search instead for 
Did you mean: 

drill down option with button

Former Member
0 Kudos

Hi,

        We have requirement for drill down option ,when i click on the button.

           

          I have entity dimension in the report as rows,when i click on drill down button, the entity should show children of the parent in the report using VBA or any work around.


Entity "abc" has b,e,f .. as children.


In current report


entity time
abc789


when i Click on "drill down"button, the entity dimension member "abc" should show the children of (b,e,f....), as shown below

entity time
b1
e2
f3

when I click on "back" button,

entity time
abc789

Please let me know , how to achieve this functionality in the report using VBA or any work around.

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Venkata,

Use Expand - Collapse options.

Regards,

pavan

former_member186338
Active Contributor
0 Kudos

Hi Venkata,

But it's a standard functionality of EPM report - if you double click on parent it will expand, second time - it will collapse ... What's the issue?

Vadim

Former Member
0 Kudos

Hi Vadim,

               Thanks for the reply, we are actually using the EPMCONTEXTMEMER() for selecting the entity value , after selecting the entity if I do the drill down with the entity values in the report , the entity values are not in relation with the EPMCONTEXTMEMBER() , so how to deal with this situation,Please suggest here.

Astha_M
Participant
0 Kudos

Hi Venkata,

Use EPMDIMENSIONOVERRIDE for the member in EPMCONTEXTMEMBER to get the values in relation to the selected member.

Hope it helps.

Astha

former_member186338
Active Contributor
0 Kudos

Unfortunately - no way! If you have row axis member delivered with EPMCONTEXTMEMER then drill down will break the relation.

Vadim

former_member186338
Active Contributor
0 Kudos

With EPMDIMENSIONOVERRIDE you can at least return to the original single member after drill down - just refresh report.

Vadim

Astha_M
Participant
0 Kudos

We can define members as BAS of the members selected as the context member in the EPMDIMENSIONOVERRIDE formula so it can show all the base level members.

Astha

former_member186338
Active Contributor
0 Kudos

The requirement was to be able to expand and then collapse. EPMDIMENSIONOVERRIDE for single parent is more or less ok. But if you want to dynamically create the criteria in EPMDIMENSIONOVERRIDE then VBA will be required with additional complexity...

Vadim