birt + mongodb + iterate list using table
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">Hi, when i create a dataset in Birt with mongodb I  have a list, if a using this element in the Preview Result only see 1 row (my list have any register), this one rows show group for example:</p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;"> </p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">data                                   |   name                         |       age</p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">["data 1","data 2","data 3"] | ["jorge","juan","peter"] | ["12","23","21"]</p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;"> </p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">all in the same row,</p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;"> </p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">I need show in three rows to mapping my report.</p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;"> </p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">data 1  |  jorge  | 12</p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">data 2  | juan    | 23</p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">data 3  | peter  |  21</p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;"> </p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">Next i need insert this data in table into birt report</p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;"> </p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">Please help me to  do it</p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;"> </p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">Thanks</p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;"> </p>
<p style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;"> </p>