Calendar view show only ID of a referenced value

Hello guys,

During my app developing, I met a problem with ux calendar. In particular, I would see the name of employees whose training course is running out but i view the ID of employees maybe because is a referenced value from another table (on the left the column with reference “DIPENDENTE” is employees, on the right in red box you can see only the ID of employees in cal

I would see the full name of employees in calendar and not the ID. How can i solve?

TKS guys

In the Employees table, try with setting the “Employee Name” column as Label.

1 Like

hi @Joseph_Seddik column “DIPENDENTE” in table “DIPENDENTI” (employees) is already set as label

I solved creating this virtual column CONCATENATE([CORSO],“-”, [DIPENDENTE].[DIPENDENTE])

bye

3 Likes