Hello DOJO
We need to replace a row word by another in a GQI
the rows content can be "open" or "close" and we want to display "ON" or "OFF"
By using regexmatch on column manipulations we are able to retreive the content, but is there a magical formula to make the replace ? 🙂

Sebastiaan Dumoulein [SLC] [DevOps Enabler] Answered question 4 days ago
Hi Joel,
If it's only for visualization purposes, you could change the column appearance that conditionally shows ON or OFF based on the value of the cell (see docs or see this kata).

joel_ joly Posted new comment 4 days ago
Ah yes, I already did this
Good Idea
perfect as usual 🙂
Thanks you Sebastiaan 🙂