OK, Say the Field I want to pull in from SQL is named "FullName" how would I incorporate that into the formula? Would the "FullName" go in place of the 'x' in the following formula you created?
//{@Firstname}:
stringvar array x := split(x," ");
if ubound(x) = 3 then
stringvar fname := x[3]...
I am building a report and need some help with formating the name field. In the SQL database I am using the name field shows the "Last, Middle First" all in the same field under a title of "Name". I need to create some sort of formula to put the input of "Last, Middle First" onto the report as...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.