TechUser23
IS-IT--Management
My current formula:
if isnull({SB1001_main.PatientPhone1}) then "" else
if isnull({SB1001_main.PatientPhone1}) then
{SB1001_main.PatientPhone1} else
{SB1001_main.PatientPhone1}+" / "+{SB1001_main.PatientPhone1Type}
My issue is if there is no phone # entered, its reporting the following:
() - /
Can I have it just be blank and not report any of these characters??
if isnull({SB1001_main.PatientPhone1}) then "" else
if isnull({SB1001_main.PatientPhone1}) then
{SB1001_main.PatientPhone1} else
{SB1001_main.PatientPhone1}+" / "+{SB1001_main.PatientPhone1Type}
My issue is if there is no phone # entered, its reporting the following:
() - /
Can I have it just be blank and not report any of these characters??