I have a view from which I am selecting three columns. Of these three columns, one of them contains the OS version.
I want to create an additional column in the result which checks the OS Version. If the OS Version is less than 5.1 it should return 'Bad', if it is greater than that it should return 'Good'.
Any ideas about how to add this additional column?