This is a migrated thread and some comments may be shown as answers.

Table Get the last row or Item

1 Answer 121 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Aubrey Ivan
Top achievements
Rank 1
Aubrey Ivan asked on 13 Feb 2020, 08:49 AM

I have some thing like this

COL1    COL2
a            1
b            2
c            3
d            4

              4 =====> this is what im asking for

I want to get last item of the row.. I have been using sum and its helpful but this time I want to get the last item. how do I do that?

1 Answer, 1 is accepted

Sort by
0
Neli
Telerik team
answered on 17 Feb 2020, 01:53 PM

Hi Aubrey,

After the table is created, right-click over it -> Add Row -> Outside group Below. Then in the new row, you need to use the Aggregate function Last:

= Last(Fields.Column2)

 The attached report demonstrates the solution.

Regards,
Neli
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Aubrey Ivan
Top achievements
Rank 1
Answers by
Neli
Telerik team
Share this question
or