Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Is there a function that allows you to take the most recent entry even if there is no date field?
thnks
sony
Hi,
can you try this aswell.
LastValue()
How would you know that it is the latest entry if you don't have a date or timestamp field? Do you have any other numeric fields like an ID that increases in value for each record? If so then you can use that field instead of the date field for fetching the latest.
If the latest is the last row of your source then you could look into the peek() function to grab the correct record.
Hi,
can you try this aswell.
LastValue()