Forum Discussion

Newbie07's avatar
Newbie07
Qrew Member
10 days ago

Hide user id while exporting

User id/Group id is displayed in brackets for all user field (Originator/Executor etc) when we export reports from quickbase.

Exported columns contains values as "First Name <abcxs.hjyp>"

Need just the name to be exported.

Any solution?

  • You can make a report field and use the function

    UserToName(User x)

    where "User x" is the field in the table that you are exporting now.