Latest revision of each view report
We typically use this something like this to get the latest rev either in reports or sql.
"p.versionsortida2versioninfo = (select max (p1.versionsortida2versioninfo) from wcadmin.wtpart p1 where p1.ida3masterreference = p.ida3masterreference)
and p.latestiterationinfo = 1"
Does anyone know how to make this work for each view? The issue comes up when the view revisions are not the same. For example "part1 Rev A Design view" and "part1 Rev B Service view" excludes the design view. Anyone know a trick to getting this to work?

