I have a report that shows source codes, but the source comes out as a number (because that is the way the program stores it) and I would like to turn it into a word. In other words source code 1 is Phone, 2 is Mail, 3 is Pick up and so on. I need a formula to do this but not sure how I should write it, I was thinking something like
If {ORDERHDR.ORDER_SRC}is ["1"] then "Phone"
but I am unsure how to add all the other source codes. Any ideas?
Thanks
If {ORDERHDR.ORDER_SRC}is ["1"] then "Phone"
but I am unsure how to add all the other source codes. Any ideas?
Thanks