I have a field in a view called 'cr_dr' which contains 'CR' (for credit) and 'DR' (for debit).
I'm attempting to create another view that references the first view and would like it to contain '+' instead of 'CR' and '-' instead of 'DR'. I've tried to do this via the Replace and Translate functions.
The problem is that I have only been able to change one or the other, not both. I this possible to do with Replace or Translate, or is there another function that would be more appropriate?
I'm attempting to create another view that references the first view and would like it to contain '+' instead of 'CR' and '-' instead of 'DR'. I've tried to do this via the Replace and Translate functions.
The problem is that I have only been able to change one or the other, not both. I this possible to do with Replace or Translate, or is there another function that would be more appropriate?