- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2023 11:52 AM
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 ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 04:07 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2023 12:13 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2023 09:06 PM
Supervasior filds
table reference field, there is nothing else there
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2023 02:27 PM
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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2023 09:04 PM
I get the same script from sys_user files name
the data connects well because I have data connected and visible in the table.