Calculated field - sum one column based on another as part of a control

Use this formula

  1. ifelse(color=${colorpicker},value,NULL)
  2. ifelse(color<>${colorpicker},value,NULL)
3 Likes