This node analyzes an existing queue of quantitative items flowing in and out. It resolves the history of this queue under the assumption that all outflow follows one of the first-in-first-out (FIFO) or last-in-first-out (LIFO) principles. Thereby the quantitative nature of each item can be split, meaning parts of items' values flowing out at different points in time.
The node includes an inbuilt grouping mechanism as typical application scenarios will not desire to iterate over the entire input table. (In case the user does not need a grouping, a constant value column should be added prior to usage and be selected as group column.)
The input table represents the history of the queue with positive values indicating inflow and negative values indicating outflow. Each output table row represents a match of two input table rows, namely the inflow and corresponding outflow rows of the represented quantity. Thereby, each in- and outflow can be split into several chunks, depending on the consistency of in- and outflow batches. If not all inflow is subsequently flowing out, the remaining queue inventory is displayed with missing outflow information but with its inflow origin.
E.g. a queue history of 4, 3, -5 in input table rows Row1 to Row3 will lead to the result:
● RowId_IN 'Row1', RowId_OUT 'Row3', quantity 4
● RowId_IN 'Row2', RowId_OUT 'Row3', quantity 1
● RowId_IN 'Row2', RowId_OUT missing, quantity 2
Examples for this node's applicability are:
● In warehousing, maximal duration of storage can be calculated in order to avoid passing best-before-dates.
● In finance and tax, stock positions can be resolved in order to calculate a sell's counterpart in the buy-history and calculating corresponding position profit and holding duration.
● In service operations, backlogs can be analyzed for processing statistics.
You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
To use this node in KNIME, install the extension Continental Nodes for KNIME from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com.
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.