Forum Discussion
Elisa112
Helper V
2 years agoCalculate date difference between different meeting types which are stored in the same column
Hello I am trying to create a table to calculate the difference between different meeting dates per user (i,e days between intro and assess or intro and support, this must be on the first attended m...
ryan_mayu
Super User
2 years agoif you want to get the first attended meeting, try to change maxx to minx
Elisa112
Helper V
2 years agoryan_mayu thank you so much, this is now working with just 1 exception, I need to bring back the first attended meeting, sometimes a user fails to attend and even though this is the first recorded meeting, the only date used in the KPI is the first attended. I have tried to add && MeetingStatus = attended but this throws an error. Any ideas most welcome! thanks again