You could use SQL via AXL to run the following query:
select n.dnorpattern as dn, l.name as linegroup from linegroupnumplanmap as m left join numplan as n on m.fknumplan = n.pkid left join linegroup as l on m.fklinegroup = l.pkid where n.dnorpattern = ''
Anthony Holloway
Please use the star ratings to help drive great content to the top of searches.