Skip to main content
12-Amethyst
November 30, 2020
Solved

export nested infotable in excel

  • November 30, 2020
  • 2 replies
  • 2417 views

Is it possible to export nested infotable in excel:

I have a infotable which contains an other infotable. I'm struggling with displaying the data from the nested infotable.

InfoTable A : {

name: "toto",

address: { number: "2", road: "pin"}

}

 

I can easily display name by referencing it with {{name}} in excel template but i'm not able to reference number and road. Any idea ?
Thanks.

 

 

Best answer by cbaurand

In fact, the response is no because i just created an infotable without nested infotable and with all data i needed. Not really beautiful but it works.

2 replies

22-Sapphire I
November 30, 2020

I've never really tried this, but you may have to generate two exports, which would mean manual combine afterwards.

cbaurand12-AmethystAuthor
12-Amethyst
December 8, 2020

Finally, i use another  way to solve my problem. Thanks.

5-Regular Member
December 8, 2020

Hi @cbaurand ,could you share your way to export nested tables it will help in future reference when other community member might face this issue.

Community Manager
December 7, 2020

Hi @cbaurand.

 

If you feel your question was answered, please mark the previous response as the Accepted Solution for the benefit of others with the same question.

 

Regards.

 

--Sharon