Summarise a user's answers

(Mixy2k) #1

Hi! Is it possible to summarise a user’s answers and make a filter on the sum of their answers. For example, answer1 = 10, answer2 = 5. The filter is Answer1+Answer2 is greater than or equal to X. If the condition is met - ok, we show one message. If not, we show the second message. If it is possible to do it this way, please tell me how. Thanks!

(Nathan Stults) #2

Yes this is possible. In the actions menu -> other services there is a “Calculate” task that you can use to add up previously input numbers, then you can use the output of the calculate task in a filter.