J
Jon Suen
Hi,
I'm just wondering if anyone was able to advise conceptually what I
could do in the following report:
I currently have a report of documents including their number and
'version' (if more than one exists, else this will be 0).
What I was after was a way to show only the latest (i.e. max() )
version for a corresponding row...
E.g. currently
Filename Version
TESTDOC 0
TESTDOC 1
TESTDOC 2
anotherFile 0
filenumberthree 0
to then:
Filename Version
TESTDOC 2
anotherFile 0
filenumberthree 0
Any ideas?
Thanks,
Jon
I'm just wondering if anyone was able to advise conceptually what I
could do in the following report:
I currently have a report of documents including their number and
'version' (if more than one exists, else this will be 0).
What I was after was a way to show only the latest (i.e. max() )
version for a corresponding row...
E.g. currently
Filename Version
TESTDOC 0
TESTDOC 1
TESTDOC 2
anotherFile 0
filenumberthree 0
to then:
Filename Version
TESTDOC 2
anotherFile 0
filenumberthree 0
Any ideas?
Thanks,
Jon