def
func:readAllTagNames
readAllTagNames(filterExpr)
Return the intersection of all tag names used by all the records matching the given filter. The results are returned as a grid with following columns:
name
: string name of the tagkind
: all the different value kinds separated by "|"count
: total number of recs with the tag Also seereadAllTagVals()
andgridColKinds()
.
Examples:
// read statistics on all tags used by equip recs readAllTagNames(equip)