I have a column in a table which usually is filled with 10 or 11 values. I need to make a report and need to transform this 10 value into 'Class1' and 11 into 'Class2' texts and null in any other case.
I made it in the past but forget to save it as a snippet.