Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a table where i have to get the last 2 records where the amounthave changed:
can this be done without having to create a special table for this report from the script?
any suggestion?
How about:
=subfield(concat(DISTINCT Amount, ';', StartDate), ';', count(DISTINCT Amount))
for the last record.
=subfield(concat(DISTINCT Amount, ';', StartDate), ';', count(DISTINCT Amount)-1)
and the next to last record.
-Rob
http://robwunderlich.com