Filds don't show value

Pawel Barcik
Mega Guru

PawelBarcik_0-1702237495536.png

 

A regular table reference where it shows the name field which has two values concatenated
last_name and frist_name.
The field is set on the table to be displayed.

but despite this, the value from this field is not visible on the portal.

If I choose, for example, the last_name column to be displayed, I can see the values on the portal, but I want the "name" column to be visible. Because there I have these two values combined. From the table entry, the Name column has concatenated values, but I cannot display it through references on the form. Any idea ?

 

PawelBarcik_1-1702237572095.png

 

1 ACCEPTED SOLUTION

Pawel Barcik
Mega Guru

ok I found the solution,
data that was combined, if I grouped the list, it displayed empty fields. What I did was to combine the fields on the importing table and then I did a transform map to load the values into my table to have these fields filled.

View solution in original post

8 REPLIES 8

AshishKM
Kilo Patron
Kilo Patron

Hi @Pawel Barcik ,

Can you please share the [screen shot ] of field definition for "Supervisor" from catalog item.

 

-Thanks

AshishKMishra

 

 

 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

Supervasior filds

 table reference field, there is nothing else there

Community Alums
Not applicable

If your field is of type function field or it's a calculated value, then you might be experiencing such an issue.

How are you concatenating these 2 values on u_name ?

I get the same script  from sys_user files name 

 the data connects well because I have data connected and visible in the table.