I want to change what my user sees, if the value is a certain value in my table.
If a value of “49” is in my column - i want the user to see “Plate needs renewal”
I want to change what my user sees, if the value is a certain value in my table.
If a value of “49” is in my column - i want the user to see “Plate needs renewal”
You’d want to use a virtual column for this.
I gotcha. Thanks Steve