I am having the following problem.
Company - Company A Company - Company B
Org - Org A Org -Org B
Dept - Dept A Dept - NULL
I created the following formula to group certain data with a concatenation of Company + " - " + Organization
It works for when there is a value in the Dept, but not when the Dept has a null value. I have tried different scenarios, Bt I can't get the concatenation to work, where the DEPT value is null.. My formula is listed below:
{HPD_Help_Desk.Company} = "Company Name"
and
not
isnull({HPD_Help_Desk.Organization})
and
isnull({HPD_Help_Desk.Department})
or
isnull({HPD_Help_Desk.Department})Then
{HPD_Help_Desk.Company}+ " - " + {HPD_Help_Desk.Organization}
Company - Company A Company - Company B
Org - Org A Org -Org B
Dept - Dept A Dept - NULL
I created the following formula to group certain data with a concatenation of Company + " - " + Organization
It works for when there is a value in the Dept, but not when the Dept has a null value. I have tried different scenarios, Bt I can't get the concatenation to work, where the DEPT value is null.. My formula is listed below:
{HPD_Help_Desk.Company} = "Company Name"
and
not
isnull({HPD_Help_Desk.Organization})
and
isnull({HPD_Help_Desk.Department})
or
isnull({HPD_Help_Desk.Department})Then
{HPD_Help_Desk.Company}+ " - " + {HPD_Help_Desk.Organization}