cancel
Showing results for 
Search instead for 
Did you mean: 

​Dynamic Hide and Show the table.

0 Kudos

Hi,

I have a requirement to hide and show the report block based on the Element Link .

I have 4 Table Block.

Table 1 : Master table 1

Table 2: Child Table of Master table 1

Table 3: Master table 2

Table 4: Child Table of Master table 3

Requirements

When the user Click Table1 then Table 2 should enable.

When the user Click Table 3 then Table 2 Should Hide and Table 4 should enable .

The above one I achieved it based on the below logic. I have written this logic in Table properties (Hide when the formula is true)

Table 2 = If ((Pos(ReportFilterSummary();"Table 4") = 0) ;"Hide" ; "Show") ="Show"

Table 4 = If ((Pos(ReportFilterSummary();"Table 4") = 0) ;"Hide" ; "Show") ="Hide"

Now if the user Click Back to Table 1 then Table 2 should bring back and Table 4 should hide. But I couldn't able to achieve this

Can you please someone help me.

Accepted Solutions (0)

Answers (1)

Answers (1)

Here the solution that works if you are still interested in knowing how to do it :

https://answers.sap.com/questions/12741384/hide-table-when-formula-is-true.html