Hi Experts,
Some sort of help about filter that adds different columns, see statement
Select Account, Reference, lastname + ', ' + firstname + ' ' + middlename as Fullname /*Is it possible from the where clause would be the fullname*/ Where Fullname like '%%'
Thanks in advance