Forum Discussion
Birdjo
9 years agoResolver II
Filter Report by Max Date
Hello, I am working on a human resources report where I have to use the different positions. But when our employees edit the positions new row appears, while I only need the latest version of the ...
slava_k
9 years agoRegular Visitor
Don't add the other columns, load the table again so you have 2 tables: 1 - agregated table with ID and max date, 2 - regular table with all the columns. Then join it with inner join by ID and max date.
Birdjo
9 years agoResolver II
With inner join I get the duplicates from the other table. :smileysad:
- Anonymous9 years agoNot applicable
Hi Birdjo,
You can directly create a table visual by setting Latest for MODIFIEDDATETIME as shown in the following screenshot.
If the above step doesn’t help, please share sample data of all columns in your table, and post expected result here.
Thanks,
Lydia Zhang