Hi, i need to get a specific number based on wich tags are selected on a multi select property.
Here ist a screenshot of what im trying to achieve.
Example:
-
The option "important" has a value of 2; the option "high workload" has a value of 1. If both properties are selected i want the column "value" to show "3".
- The option "event" has a value of -1. If thats the only option selected then "value" should show "-1".
In other words: I want each option from the Tags (multi select) column to represent a numberic value. The selected values should then by summed and the result should be shown in the "value" column.