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
if you want to concat first name and last name, use this
concat(rv!record[ ] ," ", rv!record[ ]) , in the square brackets put the column names first name and last name