ASAP 3.0 Client Manual
HP NonStop ASAP Client Manual Page 149 of 161
If the Heading is not specified then it defaults to the attribute-name.
If heading is specified it appears in the heading instead of the attribute-name.
Applies to: Client and Server
This property appears in the ASAP Client Properties window as the Attribute name.
Default: attribute-name
Example
AT Busy GRID YES GRAPH YES GRAPHMAX 100 HELP "Percent Cpu Busy"
HEADING "Busy%";
HeadPickup - EDL Attribute Property
HeadPickup Boolean
The HeadPickup attribute property indicates whether the heading associated with a
user-defined attribute is fixed or dynamically derived from the heading the ASAP
Server displays.
If HeadPickup is enabled (TRUE or YES), then the heading defined by the ASAP
Server appears, rather than the Heading property associated with the attribute.
If HeadPickup is not enabled, the heading is the defined by the Heading string.
Applies to: Client
Default: False
Examples
AT Metric01 GRAPH YES GRID YES HEADPICKUP YES; – use server
AT Metric02 GRAPH YES GRID YES HEADPICKUP NO; – use client