Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » BIRT Table
BIRT Table [message #1784966] Fri, 06 April 2018 11:10
Ali Raza is currently offline Ali RazaFriend
Messages: 5
Registered: March 2018
Junior Member
Is it possible to restrict the number of rows in a table?
I have got 100 records in a TempRowData in a dataset. I want to show the sum of values in this field.
but when I put this field in the table, it generates 100 rows and shows the count as "100".


</body>
<table id="4">
<property name="width">100%</property>
<property name="dataSet">Data Set</property>
<list-property name="boundDataColumns">
<structure>
<property name="name">Test</property>
<text-property name="displayName">Test</text-property>
<expression name="expression" type="javascript">dataSetRow["Test"]</expression>
<property name="dataType">integer</property>
</structure>
<structure>
<property name="name">temp2</property>
<text-property name="displayName">temp2</text-property>
<expression name="expression" type="javascript">dataSetRow["temp2"]</expression>
<property name="dataType">integer</property>
</structure>
</list-property>
<property name="pushDown">false</property>
<property name="pageBreakInterval">0</property>
<column id="20"/>
<column id="21"/>
<column id="22"/>
<column id="23"/>
<header>
<row id="5">
<cell id="6">
<label id="29">
<text-property name="text">Test</text-property>
</label>
</cell>
<cell id="7"/>
<cell id="8"/>
<cell id="9"/>
</row>
</header>
<detail>
<row id="10">
<cell id="11">
<data id="31">
<property name="whiteSpace">nowrap</property>
<property name="pageBreakAfter">avoid</property>
<property name="pageBreakBefore">avoid</property>
<property name="pageBreakInside">avoid</property>
<structure name="toc"/>
<property name="resultSetColumn">temp2</property>
</data>
</cell>
<cell id="12"/>
<cell id="13"/>
<cell id="14"/>
</row>
</detail>
<footer>
<row id="15">
<cell id="16"/>
<cell id="17"/>
<cell id="18"/>
<cell id="19"/>
</row>
</footer>
</table>
</body>
Previous Topic:Color chart series based on another series value
Next Topic:Different values between query preview and report
Goto Forum:
  


Current Time: Thu Apr 25 11:53:27 GMT 2024

Powered by FUDForum. Page generated in 0.02694 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top