Forum Discussion
Anonymous
5 years agoNot applicable
RANKX Help
I am trying to create a measure to create a ranked column for a table. Table Name: vCallBackBC (See image below for columns) The rank will be determined in order by the data in the following ...
Ashish_Mathur
5 years agoSuper User
Additionally, the first input of the RANK() should be with the ALL or ALLELECTED function
BC Rank = RANKX(ALL(vCallBackBC),[Cycle],,DESC)