Demo to preview the plugin:
Introduction
This plugin lets you generate a cumulative list of numbers from your data
How to setup
- Create Generate Absolute List Element
- Configure “Your data” field with a list of negative numbers
- The element return a list of cumulative numbers to the element’s Result state
Plugin Element Properties
Generate Cumulative List
Fields:
Title | Description | Type |
Your data (list of numbers) | This is the list that will be converted to a cumulative list. Must be a list of numbers. | Number |
Replace null/empty with 0 | This option replaces empty values in your initial list with 0 to include them in the final cumulative list | Checkbox (yes/no) |
Exposed states
Title | Description | Type |
Result | List of cumulative numbers | Number |