First Name + Last Name

Moderators: Moderators, Tech Support

Post Reply
CrossPoint Toledo
Posts: 18
Joined: Wed Jan 27, 2016 7:58 pm

First Name + Last Name

Post 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?

Zorak
Tech Support
Tech Support
Posts: 3147
Joined: Thu May 13, 2004 9:59 am
Location: PowerChurch Software
Contact:

Re: First Name + Last Name

Post by Zorak »

If you can provide some more specifics, I will look into it. What module are you working in?

CrossPoint Toledo
Posts: 18
Joined: Wed Jan 27, 2016 7:58 pm

Re: First Name + Last Name

Post 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).

CrossPoint Toledo
Posts: 18
Joined: Wed Jan 27, 2016 7:58 pm

Re: First Name + Last Name

Post by CrossPoint Toledo »

For a workaround I used alltrim(Qmf_temp.firstname) + " " + alltrim(Qmf_temp.lastname) and it works.

Zorak
Tech Support
Tech Support
Posts: 3147
Joined: Thu May 13, 2004 9:59 am
Location: PowerChurch Software
Contact:

Re: First Name + Last Name

Post by Zorak »

Thank you for the details. I found the problem and will get it fixed up in the next MR

CrossPoint Toledo
Posts: 18
Joined: Wed Jan 27, 2016 7:58 pm

Re: First Name + Last Name

Post by CrossPoint Toledo »

Great!

Post Reply