I'm building a report via Report Management. For my results I only want the most up-to-date document and display it version and iteration. Right now the way my query works is that I get the latest versions with it's latest iteration. Example: document.xml A.11 and B3. I just want B.3. Make sense?
In my Query Builder I have:
Document.Version (versionDisplayIdentifier)
Document.Latest Iteration
I searched through discussion but couldn't find the answer. It was mostly sql queries (or something like that).
Your help is appreciated
Thank you, Darquise.