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

Schermata 2022-02-04 alle 13.06.02.png

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

TKS guys

Solved Solved
0 3 79
  • UX
1 ACCEPTED SOLUTION

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

bye

View solution in original post

3 REPLIES 3

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

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

Schermata 2022-02-04 alle 13.30.31.png

โ€ƒ

 

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

bye

Top Labels in this Space