This could be related...
From your Inbox view, select View -> Current View -> Automatic Formatting. From here, you can set conditions that will change the font color/size/etc. for any entry listed in the current view.
May be you could leverage off the following query,
SELECT PKGE, Count(PKGE) AS CntPKGE FROM <<TABLE>>
GROUP BY PKGE;
If you only new the listing of those corresponding to "twins", then add a WHERE clause just prior to the GROUP BY clause.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.