Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys
I have below table and I only want to get one row per document Id with the last download date and downloaded by.
Sample QVW attached.
Try this.
How about this?
Use Firstsortedvalue smthg like -
Dimension - DocumentId
Exp1 - firstsortedvalue(DownloadedBy,-Download Date])
Exp2 - firstsortedvalue(UploadDate,-Download Date])
Exp3- firstsortedvalue([Download Date],-Download Date])
Try this.
Are you looking to get this done in the script or front end?
front end
Just one more question related to this example...
How to get all the document Ids (even if there is no download date for that document?)
if the document has download date then it should show last download date.. else null