Forum Discussion

wilson_smyth's avatar
wilson_smyth
Post Patron
8 years ago
Solved

unexpected crossjoin in table

Hi. Im performing a ranking against Posts so we can identify top and bottom posts. It works ok, until I add the Center in which the post resides.   At this point, it looks like a crossjoin occu...
  • FarhanAhmed1984's avatar
    8 years ago

    Hi Wilson,

     

    Can you please try this in ranking function.

     

     

    Rank of Location = IF([Sum of Value]=BLANK(),BLANK(),rankx(all(Location), [Sum of Value],,DESC,Dense))