Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
ardiadminguide:aql_query [2018/06/21 23:26] optrix created |
ardiadminguide:aql_query [2018/06/21 23:27] (current) optrix |
||
|---|---|---|---|
| Line 19: | Line 19: | ||
| </code> | </code> | ||
| - | This shows all assets that have a [[type]] of **Conveyor**. | + | This shows all assets that have a [[types|type]] of **Conveyor**. |
| ===Show All Assets With A Combination of Types=== | ===Show All Assets With A Combination of Types=== | ||
| Line 35: | Line 35: | ||
| </code> | </code> | ||
| - | This asks for //every// asset ('ASSETS' in the command means that they aren't limited by type) that can be found after **CV2-4** on the **Raw Coal** relationship. | + | This asks for **every** asset ('ASSETS' in the command means that they aren't limited by type) that can be found after **CV2-4** on the **Raw Coal** relationship. |
| ===Show All Down-Stream Asset Values=== | ===Show All Down-Stream Asset Values=== | ||
| Line 43: | Line 43: | ||
| </code> | </code> | ||
| - | This asks for the physical location (the **Placement* property) for every asset that is fed **Raw Coal** from the asset with the ID **CV2-4**. | + | This asks for the physical location (the **Placement** property) for every asset that is fed **Raw Coal** from the asset with the ID **CV2-4**. |
| ===Show All Down-Stream Asset Value Binding Details=== | ===Show All Down-Stream Asset Value Binding Details=== | ||