Getting error Cannot compare List with Date

I am trying to put the calorie total (group aggregate) for the day that is from one table in the calories consumed field of other table for the same date but getting the error "Cannot compare List with Date"

Trying to use a virtual column in the daily sum table where the data needs to go.

Is there a hidden sum function for the group aggregate number I can access to get this number to make this easier?

Screenshot 2023-11-06 3.09.39 PM.pngScreenshot 2023-11-06 3.21.54 PM.pngScreenshot 2023-11-06 3.13.37 PM.png

 

Solved Solved
0 2 149
1 ACCEPTED SOLUTION

It should be [date]=[_thisrow].[date]

View solution in original post

2 REPLIES 2

It should be [date]=[_thisrow].[date]

Thanks! That worked.

Top Labels in this Space