Hello,
Im building a simple report containing a table. the table is showing the date in the first colom but now i want the first colom of the table only to contain the date if it is different from the previous record.
example:
current:
20-12-2012 11:45 aaa
20-12-2012 11:46 bbb
20-12-2012 11:47 sss
21-12-2012 11:48 ddd
21-12-2012 11:49 zzz
i want:
20-12-2012 11:45 aaa
11:46 bbb
11:47 sss
21-12-2012 11:48 ddd
11:49 zzz
can someone help me?
Im building a simple report containing a table. the table is showing the date in the first colom but now i want the first colom of the table only to contain the date if it is different from the previous record.
example:
current:
20-12-2012 11:45 aaa
20-12-2012 11:46 bbb
20-12-2012 11:47 sss
21-12-2012 11:48 ddd
21-12-2012 11:49 zzz
i want:
20-12-2012 11:45 aaa
11:46 bbb
11:47 sss
21-12-2012 11:48 ddd
11:49 zzz
can someone help me?