19
Views
3
Comments
Solved
Reactive Application - Create column with two value into Datagrid table
Application Type
Reactive

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

text-column.PNG
Solution

Hello,

this the solution that I use.

  1. Create an Attribute composed by the two column (name and surname)
  2. Use the attribute inside data grid column

Bye!

column-fullname.PNG
column.PNG

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.

Solution

Hello,

this the solution that I use.

  1. Create an Attribute composed by the two column (name and surname)
  2. Use the attribute inside data grid column

Bye!

column-fullname.PNG
column.PNG
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.