Sub table into a report table

Hello!
Does anyone know how to add a sub table that comes down after clic a row in the principal table?

For example:


TABLE 1 , PAGE 1
Name  |   Age  |   Contact
---------------------------------------
Esme  |   30     |   89976543

if I clic on esme will comes down one or more rows about, like a list of another information :

 Table 1 ->       Name  |   Age  |   Contact
                      --------------------------------------
 Row 1->          Esme  |   30     |   89976543
                      --------------------------------------
 Table 2 ->           Hobbie   |  Fav Color 
                            -----------------------------
     Row 1->          Soccer   |  Blue
                            -----------------------------
     Row 2->          Tennis   |   Red
1 Like

But, is this in the report designer section or is just a different component ? Because I am looking to do it here in a report:

sorry, I forgot to explain this.

Not according to the Perspective tag. (That's why I edited the title.) Perspective is a separate module to the reporting module.

I'll fix the title. Can you fix the tags?

I fixed the tags
I think is better now, thank you so much for your help

Nearly good! It is not related to Vision either. I removed that tag.

I understand, thank you

Reports are not designed to be interactive like that, so you won't be able to click on something and have the report expand or show new items.

So, is not possible, thank you for your answer