Calendar View Displaying Key Field from Reference Column instead of Label

Hello,
I’ve created a reference between my customers and orders tables. I used the label row to bring in a customer’s name to the order rather than the Unique ID in the key column. It works beautifully in the detail view but when looking at the calendar view it shows the Unique ID. I’ve tried a few different things including some expressions, a virtual column etc. but not having any luck. I’ve included some photos to demonstrate what is happening. What am I doing wrong? TYIA!

Solved Solved
0 2 992
1 ACCEPTED SOLUTION

You may wish to try following.

Please create a dereference column in the Orders table with an expression such as
[Ref Column referencing Customers Table in Orders Table].[Label Column of Customers Table]

Say this column is called [Name for Calendar]

Please use this column in the Description setting of the Calendar view.

View solution in original post

2 REPLIES 2

You may wish to try following.

Please create a dereference column in the Orders table with an expression such as
[Ref Column referencing Customers Table in Orders Table].[Label Column of Customers Table]

Say this column is called [Name for Calendar]

Please use this column in the Description setting of the Calendar view.

It worked! Thank you!

Top Labels in this Space