Adding results from two 'Count' modules in Yahoo Pipes
How to add (sum up) results from two 'count' modules in Yahoo pipes 开发者_JS百科?
Suppose one 'count' module displays 4 and other one displays 5, now how can I add these results 4+5
Thanks
Connect the first count to the input of a Simple Math and the second count to the value of the same Simple Math.
If you need three counts, then just use another Simple Math with the result of the first Simple Math as the input, and the third count as the value. Repeat to infinity (and beyond).
精彩评论