Dear guys,
I need to get rid of the duplication of the Message Col. So I need only to display the Messages with the maximum Time.
This is what I have
Message | Time |
---|---|
12345 | 201407011445 |
12345 | 201407011510 |
12345 | 201406011630 |
12350 | 201407021820 |
This is what I want it to be
Message | Time |
---|---|
12345 | 201407011510 |
12350 | 201407021820 |
That is in Webi 4.1
Will appreciate any suggestion or solution
Regards
Pooja