Resource Syntax
This table lists the examples of syntax used as the passed resource. This is only relevant when
Pass Resource is ON.
Syntax | Example | Comment |
---|---|---|
When Resource is empty it passes the selected cells resource, from the source panel. | ||
<class name> | Products | Passes the resource 'Products', showing all resources for the Products class. |
[<class name 1>]:[%passedValue%] | [Base Level]:[%passedValue%] | Passes the Base Level resource matching the selected cell. |
%<query> | %6. Negative Stock Exception | Passes the results of the query '6. Negative Stock Exception'. |
[<class name 1>]@[<class name 2>]:[%passedValue%] | [Base Level]@[Demand Groups]:[%passedValue%] | Passes all base level resources belonging to the Demand Groups from the selected 'Demand Groups' resource. |
[<class name 1>]@[%<query>]@[<class name 2>]:[%passedValue%] | [Formulas]@[Processes]@[%Outflow Formulas]@[Products At Locations]:[%passedValue%] | Passes all formula resources for Processes within the 'Outflow Formulas' query, from the selected 'Product at Locations' resource. |