Forum Discussion

agneseb's avatar
agneseb
New Member
5 years ago
Solved

Assigning generic name to user

Hi, I have 2 users performing audits every week, but the username is different every week. I am not interested to show who did the audit, but I need to have the result for each auditor. Is there a w...
  • agneseb's avatar
    agneseb
    5 years ago

    I think I found the mistake:

    countx(filter(Table,[Week] = earlier([Week])  && [Index] <=earlier([index])),[Index])

    thanks a lot!