Output Collection (collect)
Combine and calculate the values from multiple inputs. Get the result, errors, and count.
Output Collection
Purpose
The Output Collection function in this web app is designed to collect and process user inputs to generate results based on the provided data.
Use Cases
- Calculating the total of multiple numerical values
- Combining and summing up different measurements or quantities
- Generating a final result based on the input data
How to Use
- Enter the required values in the input fields provided.
- Click on the 'Calculate' or 'Submit' button to initiate the processing.
- View the output result displayed on the screen.
Input Values
- X: Enter a numerical value for X.
- Default unit is inch.
- Y: Enter a numerical value for Y.
- Default unit is inch.
- Z: Enter a numerical value for Z.
- Default unit is inch.
- T: Enter a numerical value for T.
- Default unit is inch.
Output Values
- Result: The final calculated result based on the input values.
- The output unit of measurement is fixed.
- Error: Any errors encountered during the calculation process.
- Count: A count or summary of the input values provided.
Any other Instruction
- Ensure to enter valid numerical values for accurate results.
- Check for any error messages displayed in case of incorrect inputs.
Calculation Steps
- The function collects the input values provided by the user.
- It performs calculations such as union, intersection, and difference of the input sets.
- The function then sums up the valid numerical values and generates the final result.
Technical Parameters
- request
- output
Return Values
- Result
- Error
- Count
Example Expressions
You can use the following expressions to directly evaluate in a non-interactive manner using eva()
.
eva(collect({"x": 10, "y": "15", "z":"3 ft"}))
eva(collect({"x": 20, "y": "10", "z":"2 ft", "t":"15"}))
Click on Help icon to open the help page on a separate window.