Forum Discussion

tom1tas's avatar
tom1tas
Frequent Visitor
3 years ago
Solved

Create filtered table based on max value

Hello All, appreciate your help in this. I am trying to filter my table, by getting one company value for each date, there are some cases where one employee worked for two companies during the same ...
  • serpiva64's avatar
    3 years ago

    Hi,

    you have to group by

    Expand all rows

    add 2 conditional columns

    and finally filter all Yes

    (you obtain the company in alphabetical order, if you want the first you have to add an index before)

    You can take a look at the attached file

    If this post is useful to help you to solve your issue, consider giving the post a thumbs up and accepting it as a solution!