Filtering by a calculated measure involving multiple fields in Qlik Sense
问题 I am trying to use a calculated measure as a way to filter my data, but it's looking more difficult than expected. Let me explain through an example. I have data of the following type, with two dimensions - one is a unique ID, the other a category - and four measures. Initial table My first step is to rank each element by its score, where the ranking is evaluated within the same category. I therefore create a new measure: =aggr(rank(sum(Score1)), Category, UniqueID) I do this for all three