Hi,
Is it possible to use @Date(@Subset($Revisions;1)) = “22/05/2008”?
Have tried even with @Date (“22/05/2008”).
Have tried:
sF = “Form = ‘Test’ & @Date(@Subset($Revisions;1)) = ‘22/05/2008’”
but it gives me no info, however there are documents with the $Revision date above. I have created a column with the formula → @Date(@Subset($Revisions;1)) and it gives me the correct values of 22/05/2008.
Is there a restriction on using $Revisions in the selection formula? I’ve even tried get document by key and then looking for the last modified date, using Evaluate and the Subset of $Revisions, but it gives blank info.
I’ve tried using doc.LastModified, still no data.
Any ideas?
Thanks