Table and grouping.

kosta
edited February 11, 2022 in Analytics #1
Hello BIRT community,<br />
<br />
I habe a problem with Table and grouping.<br />
<br />
I have made my export to PRF with 3 tables. The first in the main table and then I have inner and inner/inner table. All are bound with grouping rules. My problem is that when many item should be displayed then it takes too much time. by 200 items 40 seconds. I think it calucates the tabels like loops so at the end I have something like n^3. <br />
<br />
I am trying now to do that with one table. How can I display groups on one level. I need something like this:<br />
<pre class='_prettyXprint _lang-auto _linenums:0'>
Title(Group1)
Nr(Group2) text(Group3) value time
value
text value
value
</pre>
where Nr and time are on the top level, then text in on the second and value is on the third level.<br />
<br />
For any hint, suggestion or examples thanks in advance.
Warning No formatter is installed for the format ipb

Comments