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 tag
  • kind: all the different value kinds separated by "|"
  • count: total number of recs with the tag Also see readAllTagVals() and gridColKinds().

Examples:

// read statistics on all tags used by equip recs
readAllTagNames(equip)

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function