cancel
Showing results for 
Search instead for 
Did you mean: 

New values once for a column having repeating values in a smartform table

Former Member
0 Kudos

Hi,

Is there any convenient way to display the repeating values of a column only once (the first new value) while the other columns are displayed as usual for a table in a smartform?

eg: table

col 1 clo2 col3

1 2 3

1 5 6

1 3 4

2 3 5

2 4 2

should be displayed as:

col 1 clo2 col3

1 2 3

_ 5 6

_ 3 4

2 3 5

_ 4 2

Edited by: Prinan Pandit on Aug 10, 2009 10:45 PM

Accepted Solutions (1)

Accepted Solutions (1)

naimesh_patel
Active Contributor
0 Kudos

You can use the Event avaliable in the SORT criteria under the DATA tab for the TABLE node

You sepcify your FIRST field in the FIELD NAME and select the "Event of Sort Begin" selection. It would create a new node under the TABLE.

Regards,

Naimesh Patel

Answers (0)