Formula Indicator to return string value
Hello team, I am trying to use formula indicator to return a string value based on a condition something like: If ([[indicator1]]/[[indicator2]] < 5) {"good"} else {"bad"} Apparently formula indicator returns only numeric values. Is there any work ar...