i want to add the three fields into like eg firstname, middlename, lastname into one field as full name
Discussion posts and replies are publicly visible
Hi,
just set a Text (or Rich Text) Field's value as concat(ri!first," ",ri!middle," ",ri!last) or ri!first&" "&ri!middle&" "&ri!last
did i need to create a custom record fields for that
for the Full name fileld
What exactly you want to do just show or you need to save it as well
like i have the three columns in the database table but i just one column to be displayed into the my main application as Full name