I now have another problem.
My formulas:
//{@firstname}
split({pract_mstr_orgz_v.pract_rpt_name},", ")[2]
//{@lastname}
split({pract_mstr_orgz_v.pract_rpt_name},", ")[1]
//{@combinename}
{@First Name}+' '+{@Last Name}
I successully 'seperated' the names, placed first name first and last name...