Hi everyone,
I'm trying to enter both first and last name in the same column but without success.
How can I do?
A thousand thanks
Hello,
this the solution that I use.
Bye!
Hello Giacomo! Try to have a look at this idea, it's not marked as a solution but I would give it a try!
https://www.outsystems.com/forums/discussion/88691/concatenate-two-attributes-into-one-row-of-data-grid-and-apply-filters/
Kind Regards,
Márcio
Hi Giacomo Socini ,
If you want to add name and surname in one column, then please try following steps,
1. create a block with expressions and add two Input parameter of Name and Surname and
2 add them to 2 expression with space and
3. add that block in column of table (in which you want to show the name and surname)
4.Now pass the table.list.current.entity.name and table.list.current.entity.surname
You will able to see the name and surname in single column.
Hope this helps,
Komal.