Hi,
Does anyone know how I can get the latest document only to display in the view? I am using version tracking, I am using value 4, Prior versions become responses when saved. The view displays other documents from other forms as well. The main document which is using version tracking has an embedded view with all the responses in it as the user wishes to view older documents.
Any help appreciated. If you need more information, please let me know,
Many Thanks,
Hayley
Subject: Displaying latest version tracking doc in a view
That has worked, Thank You Lawrence.
Subject: Displaying latest version tracking doc in a view
Just add:
& !@IsResponseDoc
to the view’s selection formula.
Subject: Displaying latest version tracking doc in a view
Hi Lawrence,
I cannot do this as my other documents which I am displaying in the same view are response documents to another form.
Any other ideas?
Thanks,
Hayley.
Subject: Then try…
@Select Form=“FormA”:“FormB”:“FormC”|(Form=“FormD”&!@IsResponseDoc)