cancel
Showing results for 
Search instead for 
Did you mean: 

Grouping Similar data in the Dynamic Table

Former Member
0 Kudos

Hi Experts,

I have a dynamic table which contains the column XXX in ascending order.

Means the table is sorted in ascending order.column XXX looks like this:-

column XXX (Already ascending order--Before insertion 6 record)

..........

A

A

A

B

B

C

............

my problem:- i have to group one perticular type(Say A) and at the end of the group,i have to insert my own record.After insertion the same table will look like this:

modified table:-

column XXX (ascending order--After incertion-9 records)

............

A

A

A

............

Gropup A ends here .so Here My own record I have to incert

............

B

B

............

Gropup B ends here so Here My own record I have to incert

............

C

............

Gropup C ends here so Here My own record I have to incert

............

Please suggest me the soluntion.

I tried to group them.its grouping fine.But When I am trying to insert my own record,its inserting multiple table records after my own record.

Please suggest me the logic with code.

Regards

-Sandip

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

I am still waiting for the reply.

How to insert my own record in the table as soon as one group comes to the ends.Means if "A" completes,I will insert my record.Similarly,if "B" ends then I will insert my record.

Please suggest

Regards

-Sandip

Former Member
0 Kudos

Hi,

Any answer for this problem.?

Regards

-Sandip

nikhil_bose
Active Contributor
0 Kudos

For the first column column XXX set grouping value as column XXX value.

Then, try tablePopin where you can add description for that column.

nikhiL

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

Any suggestion for this problem.

Regards

-Sandip