IanWaterman
Programmer
I would like to show a tick on my report, currently using CR 10 on Oracle 8
In theory I should get a Square Root symbol if I use ascii code 251, this is close enough to a tick.
However, if I use chr(251) in my if then else formula it returns a u with a hat ^, I'm sure there is a correct term!
I have also tried Chr(0251) as some tables indicate that is the correct setting, but get get the same. Interestingly if I use ascci characters in word 251 is a u with hat and 0251 is a tick.
What am I doing wrong or can anyone tell me a better way to get a tick in a report.
Thanks in adavance
Ian
In theory I should get a Square Root symbol if I use ascii code 251, this is close enough to a tick.
However, if I use chr(251) in my if then else formula it returns a u with a hat ^, I'm sure there is a correct term!
I have also tried Chr(0251) as some tables indicate that is the correct setting, but get get the same. Interestingly if I use ascci characters in word 251 is a u with hat and 0251 is a tick.
What am I doing wrong or can anyone tell me a better way to get a tick in a report.
Thanks in adavance
Ian