Closed denisding closed 4 days ago
@denisding please provide the full standalone repro. We need to know your model configuration in order to investigate this.
Sorry, there are some issues with my code:
It seems that the same table alias taskStep cannot be used in the JOIN. Calculating the time difference cannot be directly done with grouped2.Sum(duration => duration.Value.TotalSeconds) because I'm using Oracle. A custom method is needed.
I encountered an error when using the left join with three queryables. The first three queryables work fine on their own with await ToListAsync(), but when I use them in the final query, it results in an error, and I'm not sure where the issue lies."