Hi,
In my data "C" means something different from "c". I need to write a formula that will identify the case of the letter.
I have tried
if {field1} = lowercase("c") then {field2} else ""
and I have tried
if {field1} = chr(99) then {field2} else ""
I unchecked the box under options for case insensitive
are there any other ways I can do this?
Crystal 2011 and a DB2 database
thank you
VE