View Entity-Is it possible to build a combination field?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

View Entity-Is it possible to build a combination field?

Vinay Agarwal
Hello,

 

It is desirable to sort many party lists with names. Unfortunately, party
names can be either groupName, or a combination of first, and last names
which makes sorting difficult. Is it possible to build a view entity that
has a name field

partyName = isgroup ? groupName : lastName + ", " + firstName;

 

Thanks in advance,

Vinay Agarwal

 

Reply | Threaded
Open this post in threaded view
|

Re: View Entity-Is it possible to build a combination field?

Alexandre Gomes-5
Hi Vinay,

Maybe doing it with code in a dynamic view entity (proxy for the Party entity).

Regards,

Alexandre Gomes

On 6/28/06, Vinay Agarwal <[hidden email]> wrote:

> Hello,
>
>
>
> It is desirable to sort many party lists with names. Unfortunately, party
> names can be either groupName, or a combination of first, and last names
> which makes sorting difficult. Is it possible to build a view entity that
> has a name field
>
> partyName = isgroup ? groupName : lastName + ", " + firstName;
>
>
>
> Thanks in advance,
>
> Vinay Agarwal
>
>
>
>
>