newtothefield
MIS
I have 2 parameters that I am trying to use with the "like" operator. Below is my formula:
{Command.firstname} like '*' + {?@firstname} + '*' and
{Command.lastname} like '*' + {?@lastname} + '*'
I want the individual to be able to type some letters of the first and last names?
Please help me out!!
Thanks!
{Command.firstname} like '*' + {?@firstname} + '*' and
{Command.lastname} like '*' + {?@lastname} + '*'
I want the individual to be able to type some letters of the first and last names?
Please help me out!!
Thanks!