3 Jan
2004
3 Jan
'04
8:47 p.m.
Use the column name returned from the query. I wasn't clear enough in my prior example: I meant to say if the column with duplicates is named "test"... Kevin garry saddington wrote:
On Saturday 03 January 2004 20:34, Kevin Carlson wrote:
Take a look at <dtml-var first-xxx>. For example, if you the duplicate value you want to check for is named "test", you can check to see if the current iteration is the first iteration by using something like: <dtml-if first-test>.
I don't know what the duplicate is called could I just use sequence-item. regards garry