Adding (sum) of Multiple Category Fields

Comments

3 comments

  • Rainer Grabowski

    Hey Randy,

    var cat1 = Number(@category field 1) || 0;
    var cat2 = Number(@category field 2) || 0;
    and so on for all 10 category fields.

    var sum = cat1 + cat2 + and so on 
    sum

    If you want the avg.:
    sum / 10

    Rainer

    0
    Comment actions Permalink
  • Kevin Eckley

    Rainer Grabowski Are you available for hire on a Podio project? There are a number of calculations/automations that I would love to run on Podio, but lack the technical ability to create. Please let me know if this is something you would consider, thanks!

    0
    Comment actions Permalink
  • Rainer Grabowski

    Kevin Eckley Yes, I'm available for hire (I'm an Authorized Podio Partner). You can contact me in Podio or via email: grabowski.rainer@gmail.com.

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk