Filtering by a calculated measure involving multiple fields in Qlik Sense

前端 未结 2 818
没有蜡笔的小新
没有蜡笔的小新 2020-12-21 05:59

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

2条回答
  •  生来不讨喜
    2020-12-21 06:22

    You can tell QV to ignore your filtering in the field Amount by adding "Amount=" to your set analysis.

    I dont know how your average calculation looks like but maybe:

    (aggr(rank(sum({} Score1)), Category, UniqueID) + 
    aggr(rank(sum({} Score2)), Category, UniqueID) + 
    aggr(rank(sum({} Score3)), Category, UniqueID)) / 3
    

提交回复
热议问题