GetColumnText

The GetColumnText function of the AQLHistResponse class returns the human-readable text version of a discrete value.

This is used on properties that have distinct meanings for values. For example where '0' means 'Off' and '1' means 'On'.

If performing this action multiple times, it is often more efficient to use GetValueMap instead.

Parameters
ParameterTypeDefaultMeaning
colstrThe name of the column
valfloatThe value to be converted to text
Return

Returns a string with the human-readable text.