Page 1 of 1

First Name + Last Name

Posted: Fri Mar 06, 2026 10:30 am
by CrossPoint Toledo
Since Version 15, the field First Name + Last Name doesn't work the same. It outputs Last Name + First Name. Is there a fix for this?

Re: First Name + Last Name

Posted: Fri Mar 06, 2026 11:17 am
by Zorak
If you can provide some more specifics, I will look into it. What module are you working in?

Re: First Name + Last Name

Posted: Fri Mar 06, 2026 11:33 am
by CrossPoint Toledo
I am using Custom Reports (Activities and Skills). One of the fields is "First Name + Last Name". On the Report Designer it is listed as "first_last" (Qmf_temp.first_last). But the output is Last First (in the past it has output First Last).

Re: First Name + Last Name

Posted: Fri Mar 06, 2026 11:54 am
by CrossPoint Toledo
For a workaround I used alltrim(Qmf_temp.firstname) + " " + alltrim(Qmf_temp.lastname) and it works.

Re: First Name + Last Name

Posted: Fri Mar 06, 2026 1:03 pm
by Zorak
Thank you for the details. I found the problem and will get it fixed up in the next MR

Re: First Name + Last Name

Posted: Fri Mar 06, 2026 1:30 pm
by CrossPoint Toledo
Great!