I have a need to create a column in Impromptu where text in a given column should be reversed word by word. e.g. If the value in the input column is "DCBA HGFE LKJI ", the new column is expected to show "ABCD EFGH IJKL". The number of words in the input column can be anything i.e. sometimes 2 sometimes 4 or sometimes 7. In a nutshell, I am looking for reversal of text word by word