Question
Is it possible to tally, the number of orders in all records for example, instead of computing between items in a single record?
Answer
You can aggregate data using Sum, Average, Maximum Node, Minimum Node, and Number of Node logics under Numeric >Set in Mapper.
Sum
https://www.hulft.com/help/en-us/HULFTSquare/Content/Designer/Mapper/Sum.htm
Average
https://www.hulft.com/help/en-us/HULFTSquare/Content/Designer/Mapper/Average.htm
Maximum Node
https://www.hulft.com/help/en-us/HULFTSquare/Content/Designer/Mapper/NodesMax.htm
Minimum Node
https://www.hulft.com/help/en-us/HULFTSquare/Content/Designer/Mapper/NodesMin.htm
Number of Node
https://www.hulft.com/help/en-us/HULFTSquare/Content/Designer/Mapper/Count.htm
Comments
0 comments
Article is closed for comments.