====GREATER==== ===Parameters=== ^Order^Name^Type^Desc^ |1|list|[[point list|point list]]|The list to search through| |2|value|[[const|const]]|The value to search for| ===Returns=== Returns a [[point list|point list]]. ===Description=== This function returns only those points that have a value greater than (and **not equal to**) //value//. ===Example=== To demonstrate the function, let's look at a simple example. **('TE101', 'TE201','TE301') [[fASSET]] 'Temperature' [[fPROPERTY]] 25 GREATER** This function returns a [[point list|list of points]] containing any of the assets that have a temperature greater than 25. ===See Also=== [[fIF]] \\ [[fEQUAL]] \\ [[fLESS]] \\