Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
aql:aql_reference_-_alphabetical [2020/01/18 19:55]
optrix
aql:aql_reference_-_alphabetical [2020/02/06 22:39] (current)
optrix
Line 3: Line 3:
 ===A=== ===A===
 |[[mA|A]]|Macro for [[fASSET|ASSET]] //​(macro)//​| |[[mA|A]]|Macro for [[fASSET|ASSET]] //​(macro)//​|
 +|[[fALLPOINTS]]|Get all points for a given asset|
 +|[[fALLPROPS]]|Get all properties available on a given asset|
 +|[[fAPPEND]]|Combines two lists, one after the other|
 |[[fASSET|ASSET]]|Search for an asset by name or ID| |[[fASSET|ASSET]]|Search for an asset by name or ID|
 |[[fAVG]]|Returns the average value in a point list| |[[fAVG]]|Returns the average value in a point list|
Line 10: Line 13:
 |[[fCOUNT]]|Gets the number of items in a list or map| |[[fCOUNT]]|Gets the number of items in a list or map|
 |[[fCONTAINS]]|Returns '​1'​ if a list contains an item, otherwise 0| |[[fCONTAINS]]|Returns '​1'​ if a list contains an item, otherwise 0|
 +|[[mCONNECTIONS]]|Get all directly connected assets //​(macro)//​|
  
 ===D=== ===D===
Line 17: Line 21:
 |[[fEACH]]|Run a function for each item in a list| |[[fEACH]]|Run a function for each item in a list|
 |[[fEAT]]|Remove the item from the top of the stack| |[[fEAT]]|Remove the item from the top of the stack|
 +|[[fENUMVALUES]]|Gets possible values of discrete properties|
 +|[[fENUMFILTER]]|Gets all property/​value combinations for an enum text value|
 |[[fEQUAL]]|Filter for only items equal to a value| |[[fEQUAL]]|Filter for only items equal to a value|
- 
-===F=== 
-|[[fFILTERMAP]]|Filter items from a map| 
  
 ===G=== ===G===
 |[[fGET]]|Get a value from memory| |[[fGET]]|Get a value from memory|
-|[[fGETENUMVALUES]]|Gets possible values of discrete properties| 
 |[[fGETHISTORY]]|Gets historical values from a list of points| |[[fGETHISTORY]]|Gets historical values from a list of points|
 |[[fGETTABLE]]|Gets the contents of a table| |[[fGETTABLE]]|Gets the contents of a table|
Line 31: Line 33:
 ===I=== ===I===
 |[[fIF]]|Run a function if a condition is met| |[[fIF]]|Run a function if a condition is met|
 +|[[mIGNORE]]|Alias for the [[fEAT]] function|
 |[[fINDEX]]|Get a specific item from a list or map| |[[fINDEX]]|Get a specific item from a list or map|
 +|[[fISTYPE]]|Returns a list of assets that have a type|
  
 ===L=== ===L===
Line 38: Line 42:
 ===M=== ===M===
 |[[fMAXIMUM]]|Returns the maximum value in a point list| |[[fMAXIMUM]]|Returns the maximum value in a point list|
 +|[[fMAPFILTER]]|Filter a Map|
 +|[[fMAPSET]]|Set or add items in a map|
 |[[fMEDIA]]|Gets media from a list of assets| |[[fMEDIA]]|Gets media from a list of assets|
 |[[fMEDIAN]]|Returns the average value in a point list| |[[fMEDIAN]]|Returns the average value in a point list|
Line 56: Line 62:
 |[[fRELATED]]|Get a list of related assets| |[[fRELATED]]|Get a list of related assets|
 |[[fRELATIONSHIP]]|Translate a name to a relationship| |[[fRELATIONSHIP]]|Translate a name to a relationship|
 +|[[fROOT]]|Get the root asset of a hierarchy|
  
 ===S=== ===S===
 |[[fSET]]|Set a value in memory| |[[fSET]]|Set a value in memory|
-|[[fSETMAP]]|Set or add items in map|+|[[fSUBTYPES]]|Gets list of sub-types of a given type|
 |[[fSWAP]]|Swap the order of the stack| |[[fSWAP]]|Swap the order of the stack|
 +
 +===T===
 +|[[fTYPE]]|Gets a type by name|
 +|[[mHASENUMVALUE]]|Get value based on enum //​(macro)//​|
  
 ===V=== ===V===
 |[[mVALUEOF|VALUEOF]]|Get the [[point list|points]] for a given asset and property //​(macro)//​| |[[mVALUEOF|VALUEOF]]|Get the [[point list|points]] for a given asset and property //​(macro)//​|
 +
 +===Z===
 +|[[fZIP|ZIP]]|Combines two lists by alternating items between each of them|