Hello,
What I am looking to do is sum the values of a row in a table that basically have ratings for infrastructure items. The table would have 4 or 5 columns like “Causes Road Problems” or “Danger of Collapse”. What i was trying to do is make each column an Enum and instead of a yes/no function I was giving the option of a 1 or a zero. I then want a “Total” column that adds up all of these ones or zeros in the row and return that value. I could then use that value in a format rule to assign different colors to pins on a map.
Thank you