===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== ^Parameter^Type^Default^Meaning^ |col|str||The name of the column| |val|float||The value to be converted to text| ==Return== Returns a string with the human-readable text.