I have a formula that concats the last name and first name, now I want to select records where the last name matches and the first few letters of the first name match how would I do that in the selection formula?
concat = LastName+", "+FirstName
{@concat} like "BAUMGARTNER, SUS*
concat = LastName+", "+FirstName
{@concat} like "BAUMGARTNER, SUS*