Forum Discussion
Elisa112
2 years agoHelper V
Rank 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
2 years agoSuper User
Elisa112 , Create a new column
Rank = Rankx( filter(Table, [UserID] = earlier([UserID]) && [Meeting Type] = earlier([Meeting Type])), [Meeting Date],,asc,dense)