I would like to change the value of a row based on the last column, which will be hidden by not displaying it in the fields.
    <format type="color" field="Hidden">
      <colorPalette type="expression">if (value < "24", "#F6C9C9", "#FFFFFF") </colorPalette>
    </format>
This appears to work, but I cant change the "value" for any other field?
Is this possible to do without JS?