Forum Discussion
Elisa112
Helper V
2 years agoRank Customer Appointments by type
Hi Experts I have been trying this out for several days, I need to rank a table of appointment by type. Each customer has several appointments of different type and I need to rank within each type ...
- 2 years ago
Elisa112 , Create a new column
Rank = Rankx( filter(Table, [UserID] = earlier([UserID]) && [Meeting Type] = earlier([Meeting Type])), [Meeting Date],,asc,dense)
amitchandak
Super User
2 years agoElisa112 , Create a new column
Rank = Rankx( filter(Table, [UserID] = earlier([UserID]) && [Meeting Type] = earlier([Meeting Type])), [Meeting Date],,asc,dense)