Forum Discussion

robertosangi's avatar
robertosangi
Helper I
4 years ago
Solved

Index depending on column value

Hi,   I have this situation:   I created a conditional column that indexed my value. My problem is that I want this count restart depends on the week value and more i want to index my value...
  • serpiva64's avatar
    serpiva64
    4 years ago

    From your table

    you group rows by week and by count (in order to manage situation of parity)

    hten you group by week

    then you order descending your column count inside your groups

    at this point you add and index column

    at this point you first expand Custom

    you obtain this

    Finally you expand AllRows.1 

    remove unnecessary column and that's done