- 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-11-2023 02:19 AM
Hello @Pawel Barcik
Please keep type of this variable as lookup select box. Select table as "sys_user" and Look up value field = "Name" .
Please mark this as correct answer/accepted and helpful if it resolved, or mark this helpful if this help you to reach towards solution.
Thanks!
MS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2023 02:58 AM
my table is "cmdb_x_i" where I have made a "name" field which is a combination of last_name and frist_name from this table.
And the calculations for this field were the same as for the "name" field from the sys_user table and it works.
Only the value from the "name" table in my cmdb table is not displayed on the form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2023 03:08 AM
The filds "name" works good but on form when i creat referenc for table i have
suprevisor i the referenc to the table cmdb_x_i when the fild "name" is displey
- 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.