AQL Reference - Alphabetical
A
C
| CONCAT | Adds two items to form a text string |
| COUNT | Gets the number of items in a list or map |
| CONTAINS | Returns '1' if a list contains an item, otherwise 0 |
| mCONNECTIONS | Get all directly connected assets (macro) |
D
| DUP | Duplicate the top item on the stack |
E
| EACH | Run a function for each item in a list |
| EAT | Remove the item from the top of the stack |
| ENUMVALUES | Gets possible values of discrete properties |
| ENUMFILTER | Gets all property/value combinations for an enum text value |
| EQUAL | Filter for only items equal to a value |
G
| GET | Get a value from memory |
| GETHISTORY | Gets historical values from a list of points |
| GETTABLE | Gets the contents of a table |
| GREATER | Filter for only items greater than a value |
I
L
| LESS | Filter for only items less than a value |
M
N
| NAME | Assign a name to the item on the stack |
P
R
| R | Macro for RELATIONSHIP (macro) |
| RANGE | Creates a sequence of numbers between two points |
| RELS | Get all relationships for an asset |
| RELATED | Get a list of related assets |
| RELATIONSHIP | Translate a name to a relationship |
| SUBTYPES | Get the root asset of a hierarchy |
S
T
V
Z
| ZIP | Combines two lists by alternating items between each of them |