Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
Designing Analytics Reports
How to get Birt table data into an array
Migrateduser
<div>I am displaying a table with below values in BIRT.</div>
<div> </div>
<div>Date<span> </span> | PaymentType|Amount</div>
<div>
</div>
<div>4/20/2016 |<span> </span>Rent |2500</div>
<div>5/20/2016 |<span> </span>Rent |2500</div>
<div>6/20/2016 |<span> </span>Rent |2700</div>
<div>7/20/2016 |<span> </span>Rent |2800</div>
<div>8/20/2016 |<span> </span>Rent |2800</div>
<div> </div>
<div>Know, I want the report to be displayed in the following way:</div>
<div> </div>
<div>Start DT |<span> </span>EndDT <span> </span> | PaymentType|Highest Amount</div>
<div>
</div>
<div>4/20/2016 |<span> </span>8/20/2016|<span> </span>Rent |2800</div>
<div> </div>
<div>Can some one please suggest me how to get the table values into an array so that i can write a java script .</div>
<div> </div>
<div>I am using Tririga, So all field values will be java objects.</div>
Find more posts tagged with
Comments
There are no comments yet